top | item 45821392

(no title)

jeffparsons | 3 months ago

And with a little work you can even use them to map ranges of keys to values in a way that's reminiscent of interval trees — e.g. https://crates.io/crates/rangemap. (Disclosure: that's my crate.)

discuss

order

eru|3 months ago

Nice! I was only suggesting considering BTrees because they also play nice with caches, instead of the more conventional binary tree balancing mechanisms.

airstrike|3 months ago

I love that crate! Kudos