sstadick / rust-lapper

Rust implementation of a fast, easy, interval tree library nim-lapper
https://docs.rs/rust-lapper
MIT License
55 stars 7 forks source link

Update / remove benchmarks in README #6

Closed sstadick closed 3 years ago

sstadick commented 3 years ago

Basically, this lib is the fastest possible way of doing things for datatypes that don't have massively spanning intervals that encompass all the other intervals. In that case this is slower than many other implementations.

See coitrees for fastest general case interval list, but it is much less feature-full and harder to add feature to.