RubyGems Navigation menu

splaytreemap 1.0.0

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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.0.0 - September 06, 2016 (18.5KB)

Development依存関係 (4):

bundler ~> 1.12
minitest ~> 5.0
rake ~> 10.0

所有者:

作者:

  • Kirk Haines

SHA 256チェックサム:

736b044b28cb643375b8c397c5def7f6184974d85f2a4d04c098eef1d6b2ec53

累計ダウンロード数 2,495

このバージョンのみ 2,495

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: