Categories: None [Edit]
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,126 of 188,317
Downloads: 3,059
Daily
Ranking: 95,457 of 188,299
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,085,315,544 | bundler |
| 10 | 1,190,757,019 | rake |
| 14 | 1,114,463,937 | minitest |
| 1,545 | 23,448,344 | rake-compiler |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | wyhaines |