Registry / utility / rambling-trie

rambling-trie

JSON →
library2.7.0rbrubygemsunverified

A Ruby implementation of the trie data structure with compression abilities, designed to be very fast to traverse.

gem install rambling-trie
INSTALL
IMPORT
SIG · RAMBLING-TRIE
R
rambling-trie
utilityrubyv2.7.0
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.

RamblingTrie
✓ require 'rambling-trie'

Create a trie, add words, and check membership.

require 'rambling-trie' trie = Rambling::Trie.create %w[hello help world].each { |word| trie << word } puts trie.include?('hello')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
rambling-trie — gem install rambling-trie · libregistry