Registry / utility / fast-hash-ring

fast-hash-ring

JSON →
library0.1.1rbrubygemsunverified

A Ruby C Extension based on the pure Ruby HashRing gem for consistent hashing.

gem install fast_hash_ring
INSTALL
IMPORT
SIG · FAST-HASH-RING
F
fast-hash-ring
utilityrubyv0.1.1
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.

FastHashRing
require 'fast_hash_ring'

Create a hash ring and find the node for a key.

require 'fast_hash_ring' ring = FastHashRing.new(['node1', 'node2']) ring.get_node('some_key')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
fast-hash-ring — gem install fast-hash-ring · libregistry