vec-btree-map

Crates.iovec-btree-map
lib.rsvec-btree-map
version0.7.0
created_at2023-12-08 11:01:20.021788+00
updated_at2024-11-24 10:37:56.511727+00
descriptionBasically just a sorted Vec that can be used as a HashMap
homepage
repositoryhttps://github.com/jaycefayne/vec-btree-map
max_upload_size
id1061914
size29,168
(JayceFayne)

documentation

README

vec-btree-map   Action Badge Version Badge License Badge

Basically just a sorted Vec that can be used as a HashMap.

Why?

This library is meant for building data structures that you iterate over a lot. Why not just use a HashMap? Iterating over a HashMap is slow and the iteration order is not guaranteed to be stable.

Contributing

If you find any errors or just want to add a new feature feel free to submit a PR.

Commit count: 27

cargo fmt