24b2ffc306
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
||
---|---|---|
.. | ||
README | ||
libdatrie.SlackBuild | ||
libdatrie.info | ||
slack-desc |
README
libdatrie - An Implementation of Double-Array Trie Trie is a kind of digital search tree, an efficient indexing method in which search time is independent of database size. It only takes O(m) search time, where m is the length of the search string.