rbtset

Crates.iorbtset
lib.rsrbtset
version1.0.2
sourcesrc
created_at2019-05-22 21:31:45.514274
updated_at2021-01-23 18:07:19.002775
descriptionA set based on a RB-Tree for efficient operations.
homepage
repositoryhttps://github.com/casimir/rbtset
max_upload_size
id136207
size50,207
Martin Chaine (casimir)

documentation

README

rbtset

crates.io rbtset docs

A set based on a RB-Tree for efficient operations.

Keys features

  • stay sorted
  • efficient operations: for n items insert, delete and search are O(log n)
  • partial iteration: iterate from a node reference instead of the full set
  • repack: allow to optimize data organization on demand

Details

See the documentation for more details and examples: https://docs.rs/rbtset/latest/rbtset/struct.RBTreeSet.html

Commit count: 20

cargo fmt