#sorting #bisect #searching #binary-search

bisection

Rust implementation of the Python bisect module

1 unstable release

0.1.0 Sep 2, 2020

#1600 in Algorithms

Download history 183/week @ 2023-11-20 405/week @ 2023-11-27 245/week @ 2023-12-04 149/week @ 2023-12-11 167/week @ 2023-12-18 100/week @ 2023-12-25 209/week @ 2024-01-01 335/week @ 2024-01-08 1001/week @ 2024-01-15 377/week @ 2024-01-22 467/week @ 2024-01-29 370/week @ 2024-02-05 1346/week @ 2024-02-12 1417/week @ 2024-02-19 1433/week @ 2024-02-26 1554/week @ 2024-03-04

5,778 downloads per month
Used in 6 crates (4 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