superslice-rs icon indicating copy to clipboard operation
superslice-rs copied to clipboard

Extensions for ordered Rust slices.

Results 2 superslice-rs issues
Sort by recently updated
recently updated
newest added

Hi, I was wondering if this is a good place for a exponential probe binary search implementation? I first heard of it at [link](http://www.drmaciver.com/2017/05/the-other-half-of-binary-search/). It's just binary search optimized to...

Referencing this issue: https://github.com/rust-lang/rfcs/issues/2184, why didn't this make it into the standard library?