carado
carado
6 years now, is this ever gonna be considered ? There have been a bunch of times when I've wanted something like this.
Hi ! In the interest of performance, it would also be nice to support [servo_arc](https://doc.servo.org/servo_arc/struct.Arc.html) as an optional feature. In the unlikely case you don't know about it, [the hamt...
Note that, while a slight performance hit would be incurred by the extra logic of `SmallVec`, there is probably gonna be a larger gain when using biguints in a large...
I tried making [my own fork](https://github.com/carado/num-bigint) and I'm getting similar to slightly better benchmark results to the original code; though note that I'm using smallvec with features `union` and `specialization`...
Oh, I didn't think of testing and benching with features enabled. Here's the results for `cargo bench --all-features`. (Maybe a nightly feature allowing users to enable specialization on smallvec when...