Registry / utility / fast-trie

fast-trie

JSON →
library0.5.1rbrubygemsunverified

A Ruby trie data structure implementation based on libdatrie for efficient string searching.

gem install fast_trie
INSTALL
IMPORT
SIG · FAST-TRIE
F
fast-trie
utilityrubyv0.5.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.

Trie
require 'fast_trie'

Create a trie and check for a word.

require 'fast_trie' trie = Trie.new trie.add('hello') trie.include?('hello')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fast-trie — gem install fast-trie · libregistry