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,204 of 190,317
Downloads: 3,159

Daily

Ranking: 98,986 of 190,280
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,240,425,504bundler
81,255,248,311rake
141,163,937,242minitest
1,52025,653,226rake-compiler

Owners

#GravatarHandle
1iconwyhaines