tries
trie library
A C++ implementation of a trie data structure with benchmarks and tests.
Tries in C++
12 stars
2 watching
3 forks
Language: C++
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
c910335/crie | A compile-time implementation of a data structure used in word games and text search applications. | 12 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 763 |
brendanlong/ocaml-trie | A data structure implementation for efficient approximate string matching and retrieval. | 9 |
bryanduxbury/lightweight_trie | A compact data structure for efficiently storing and retrieving strings | 47 |
scoopr/vectorial | A vector math library with support for SIMD instructions on various architectures. | 351 |
gavinlyonsrepo/display_lib_rpi | A C++ Library to connect electronic displays to Raspberry Pi single board computers. | 19 |
inspirit/gpui | A tiny, single-call render GUI framework based on ActionScript and Stage3D. | 71 |
tarcieri/micromath | A fast and safe Rust math library for embedded systems with approximations and statistical analysis | 400 |
jiangfengming/vue-pilot | A Vue router implementation using a Trie data structure to manage routes and history states. | 11 |
texus/tgui | A cross-platform modern C++ GUI library with multiple backend options and support for various platforms. | 829 |
viatorus/emio | A character input/output library for embedded systems with a small binary footprint | 132 |
ihalila/pancurses | A Rust-based curses library with Unix and Windows support for building custom terminal interfaces. | 401 |
tesselode/tactile | An input library that enables flexible control and handling of various input methods in game development. | 52 |
harrypeach/kia | A library of simple terminal spinners for creating interactive CLI experiences in Deno | 51 |
tessil/hat-trie | A C++ implementation of a fast and memory-efficient data structure for storing strings by compressing common prefixes. | 793 |