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: 144,777 of 196,338
Downloads: 4,329

Daily

Ranking: 30,638 of 196,320
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconfirelzrd