RubyGems Navigation menu

rbtree-ruby 0.3.2

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.

Gemfile:
=

install:
=

Versions:

  1. 0.3.2 January 15, 2026 (27.5 KB)
  2. 0.3.1 January 14, 2026 (26 KB)
  3. 0.3.0 January 14, 2026 (33.5 KB)
  4. 0.2.3 January 14, 2026 (24 KB)
  5. 0.2.2 January 14, 2026 (23.5 KB)
Show all versions (16 total)

Owners:

Pushed by:

Authors:

  • Masahito Suzuki

SHA 256 checksum:

=

Total downloads 1,785

For this version 138

Version Released:

License:

MIT

Required Ruby Version: >= 3.0.0

Links: