Categories: None [Edit]

rbtree-ruby

https://rubygems.org/gems/rbtree-ruby
https://github.com/firelzrd/rbtree-ruby
A high-performance pure Ruby Red-Black Tree implementation. Features: O(1) key lookup via hybrid hash index, O(log n) insert/delete, lazy Enumerator-based range queries (lt/gt/between), nearest/prev/succ search, memory-efficient node pooling, and MultiRBTree for duplicate keys with first/last value access.

Total

Ranking: 164,746 of 191,455
Downloads: 2,967

Daily

Ranking: 19,033 of 191,429
Downloads: 24

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconfirelzrd