slackbuilds_ponce/libraries/libdatrie
Robby Workman 87e95b1125 libraries/libdatrie: Fixed VERSION in .info file
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-03 04:20:16 -06:00
..
libdatrie.info
libdatrie.SlackBuild
README
slack-desc

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.