Sign in Sign up
rubygems

rbtree3

A RBTree is a sorted associative collection that is implemented with a Red-Black Tree. It maps keys to values like a Hash, but maintains its elements in ascending key order. The interface is the almost identical to that of Hash. This is a fork of the original gem that fixes various bugs on Ruby 2.3+.

Activity

Latest release
3mo ago
Total releases
7
Cadence
~1.1 years
Last 12 months
3

Reach

Stars

Details

License
MIT
First release
Feb 07, 2019
Releases
Version Released
1.1.0 minor
1.0.1 patch
1.0.0 major
0.7.1 patch
0.7.0 minor
0.6.0 minor
0.5.0 initial