slackbuilds/libraries/libdatrie
Andrew Clemons 24b2ffc306
libraries/libdatrie: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-08-25 12:11:26 +07:00
..
README
libdatrie.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
libdatrie.info libraries/libdatrie: Fix DOWNLOAD. 2021-08-25 12:11:26 +07:00
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.