#sorting #bisect #binary-search

bisection

Rust implementation of the Python bisect module

1 unstable release

0.1.0 Sep 2, 2020

#1305 in Algorithms

Download history 1002/week @ 2024-01-13 370/week @ 2024-01-20 464/week @ 2024-01-27 409/week @ 2024-02-03 1035/week @ 2024-02-10 1604/week @ 2024-02-17 1340/week @ 2024-02-24 1528/week @ 2024-03-02 1409/week @ 2024-03-09 1615/week @ 2024-03-16 2082/week @ 2024-03-23 3224/week @ 2024-03-30 1984/week @ 2024-04-06 2204/week @ 2024-04-13 2692/week @ 2024-04-20 2243/week @ 2024-04-27

9,675 downloads per month
Used in 14 crates (5 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