#sorting #bisect #binary-search

bisection

Rust implementation of the Python bisect module

1 unstable release

0.1.0 Sep 2, 2020

#1031 in Algorithms

Download history 2982/week @ 2024-07-19 2984/week @ 2024-07-26 3191/week @ 2024-08-02 3536/week @ 2024-08-09 3579/week @ 2024-08-16 3798/week @ 2024-08-23 3860/week @ 2024-08-30 3160/week @ 2024-09-06 2718/week @ 2024-09-13 2860/week @ 2024-09-20 3630/week @ 2024-09-27 3498/week @ 2024-10-04 3049/week @ 2024-10-11 3207/week @ 2024-10-18 3346/week @ 2024-10-25 2710/week @ 2024-11-01

13,003 downloads per month
Used in 17 crates (6 directly)

MIT license

24KB
440 lines

bisection

Crates.io

Rust implementation of the Python bisect module.

Why bisection?

bisect was already taken 🤷‍♂️

No runtime deps