crie
Trie
A compile-time implementation of a data structure used in word games and text search applications.
Compile-time Trie in Crystal
12 stars
4 watching
1 forks
Language: Crystal
last commit: over 3 years ago
Linked from 1 awesome list
crystaltrie
Related projects:
Repository | Description | Stars |
---|---|---|
okeuday/trie | An Erlang implementation of a data structure optimized for efficient string-based key lookups and matching | 132 |
brendanlong/ocaml-trie | A data structure implementation for efficient approximate string matching and retrieval. | 9 |
romix/java-concurrent-hash-trie-map | An implementation of a concurrent hash array mapped trie data structure for thread-safe and lock-free map operations. | 151 |
tessil/hat-trie | A C++ implementation of a fast and memory-efficient data structure for storing strings by compressing common prefixes. | 793 |
bryanduxbury/lightweight_trie | A compact data structure for efficiently storing and retrieving strings | 47 |
j8r/cride | A minimalistic text editor/IDE written in Crystal with a focus on usability and modularity. | 50 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 763 |
crystal-community/toml.cr | A Crystal implementation of the TOML data serialization format | 60 |
crystal-data/num.cr | A scientific computing library providing efficient data structures and numerical operations | 151 |
femessage/el-data-table | A Vue.js component for building CRUD tables with minimal configuration and data-driven approach | 486 |
crystal-community/icr | An interactive console for running Crystal programming language code in real-time | 506 |
suprcode/crystal | A C# implementation of the game Legend of Mir 2's data structures and logic | 1,213 |
meoowww/crirc | A Crystal library for building IRC client and server applications. | 21 |
tcrouch/multiset.cr | An implementation of a data structure allowing multiple instances of the same element | 4 |
koajs/trie-router | A routing mechanism for Koa applications using a trie data structure to manage routes and route parameters. | 121 |