Categories: None [Edit]

splaytreemap

https://rubygems.org/gems/splaytreemap
https://github.com/wyhaines/splaytreemap
A Splay Tree is a self adjusting binary search tree with the additional property that recently accessed elements are quick to access again. This makes it useful for caches because the most commonly accessed elements will be the fastest ones to access. This tree has an additional feature that allows it's maximum size to be restricted. When it exceeds it's maximum size, it will drop all of the nodes which are at the terminal ends of the tree structure, leaving many of the more commonly accessed nodes intact. This implementation is written in C++ with a Ruby wrapper.

Total

Ranking: 162,487 of 186,959
Downloads: 2,793

Daily

Ranking: 94,717 of 186,713
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,905,736,219bundler
101,128,098,871rake
161,055,026,805minitest
1,61020,327,661rake-compiler

Owners

#GravatarHandle
1iconwyhaines