trie-cxx
Trie-tree in cxx-17/20 and higher
Intro to trie-cxx
trie-cxx
is a c++20 header-only library, which implements a extensible Trie-tree container.
trie-cxx
allows accessing the target node data via a dotted key path. This is almost a in-memory key-value store.
Features
The released codes allowes the extras data attached to the Trie-tree nodes/leaves, such as data (with any type), comment, descriptions, and tags, etc..
Here is an earlier pre-release for sharing the common codes and structures in my mind. It's certain an unstable encapsulations, which might be updated in the future. These codes are and will be released under Apache 2.0 for free. So referring to it or copying from it would be okay.
LICENSE
Apache 2.0
How is this guide?
Edit on GitHub
Last updated on