5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx libdatrie: libdatrie @VERSION@ (Trie is a kind of digital search tree)
5 kx libdatrie:
5 kx libdatrie: datrie is an implementation of double-array structure for
5 kx libdatrie: representing trie, as proposed by Junichi Aoe.
5 kx libdatrie:
5 kx libdatrie: Trie is a kind of digital search tree, an efficient indexing method
5 kx libdatrie: with O(1) time complexity for searching.
5 kx libdatrie:
5 kx libdatrie: See: http://linux.thai.net/~thep/datrie/datrie.html
5 kx libdatrie:
5 kx libdatrie: