slackbuilds/libraries/libdatrie
B. Watson f2b988b6db
libraries/libdatrie: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-16 08:19:18 +07:00
..
README
libdatrie.SlackBuild libraries/libdatrie: Remove .la files. 2022-02-16 08:19:18 +07: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.