trie
Erlang trie
An Erlang implementation of a data structure optimized for efficient string-based key lookups and matching
Erlang Trie Implementation
132 stars
13 watching
33 forks
Language: Erlang
last commit: about 1 year ago
Linked from 1 awesome list
data-structureserlang
Related projects:
Repository | Description | Stars |
---|---|---|
okeuday/key2value | An Erlang module providing a 2-way map interface to handle identical values with different keys | 7 |
okeuday/uuid | A Erlang module for generating UUIDs with various versioning and hashing methods | 217 |
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |
okeuday/erlang_term | An Erlang library providing in-memory size information for various term types without considering storage locations. | 33 |
okeuday/keys1value | Provides an interface to Erlang data structures allowing for associative mapping of keys with lists and single values | 1 |
okeuday/pqueue | Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
okeuday/dynamic_compile | A tool for compiling and loading Erlang modules from string input to execute them as dynamic code | 1 |
okeuday/nodefinder | A tool for automatic node discovery in Erlang-based distributed systems using multicast and EC2 tags and groups | 60 |
erlang/otp | A runtime system and set of libraries designed to build highly available, real-time systems | 11,401 |
clojerl/clojerl | A Clojure implementation on the Erlang VM | 1,659 |
keichan34/tea_crypto_erl | An implementation of a simple encryption algorithm in Erlang. | 0 |
okeuday/reltool_util | A utility application providing functionality for managing and compiling Erlang releases with customized dependencies | 26 |
trifork/erjang | A JVM-based implementation of the Erlang VM, allowing Erlang code to run on Java hardware. | 727 |
rustyio/sync | Utility for automatic code recompilation and reloading in Erlang development environments | 749 |
fogfish/datum | A set of functional programming abstractions and data structures for Erlang | 124 |