Skip to content

n0-computer/sorted-index-buffer

Repository files navigation

SortedIndexBuffer

This crate provides a data structure with identical behaviour to a BTreeMap<u64, T>, but optimized for the case where keys are mostly consecutive.

It has no dependencies and should work in all environments.

Tests are comparing against BTreeMap<u64, T> using proptest.

License

Copyright 2025 N0, INC.

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages