Registry / utility / hashery

hashery

JSON →
library2.1.2rbrubygemsunverified

A tight collection of Hash-like classes including Dictionary, LRUHash, OpenHash, and KeyHash, all built on a CRUDHash base.

gem install hashery
INSTALL
IMPORT
SIG · HASHERY
H
hashery
utilityrubyv2.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hashery
require 'hashery'

Use a Dictionary (auto-sorting hash) from Hashery.

require 'hashery' dict = Hashery::Dictionary.new dict['a'] = 1 dict['b'] = 2 puts dict.keys # => ["a", "b"]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
hashery — gem install hashery · libregistry