Download Source Package libdatrie:
Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries.
This library is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe. The details of the implementation can be found at http://linux.thai.net/~thep/datrie/datrie.html
This package contains the development libraries, header files and manpages you need to develop your programs using the datrie library.
|
|
|
| Architecture | Version | Package Size | Installed Size | Files |
|---|---|---|---|---|
| alpha | 0.2.2-2 | 32.6 kB | 152 kB | [list of files] |
| amd64 | 0.2.2-2 | 29.4 kB | 128 kB | [list of files] |
| armel | 0.2.2-2 | 28.2 kB | 120 kB | [list of files] |
| avr32 (unofficial port) | 0.2.2-2 | 30.2 kB | 128 kB | [list of files] |
| hppa | 0.2.2-2 | 29.2 kB | 124 kB | [list of files] |
| hurd-i386 | 0.2.2-2 | 27.7 kB | 120 kB | [list of files] |
| i386 | 0.2.2-2 | 27.8 kB | 120 kB | [list of files] |
| ia64 | 0.2.2-2 | 34.4 kB | 152 kB | [list of files] |
| kfreebsd-amd64 | 0.2.2-2 | 29.4 kB | 92 kB | [list of files] |
| kfreebsd-i386 | 0.2.2-2 | 27.7 kB | 82 kB | [list of files] |
| m68k (unofficial port) | 0.2.2-1 | 26.8 kB | 120 kB | [list of files] |
| mips | 0.2.2-2 | 29.5 kB | 128 kB | [list of files] |
| mipsel | 0.2.2-2 | 29.5 kB | 128 kB | [list of files] |
| powerpc | 0.2.2-2 | 28.6 kB | 124 kB | [list of files] |
| s390 | 0.2.2-2 | 29.2 kB | 124 kB | [list of files] |
| sparc | 0.2.2-2 | 27.5 kB | 120 kB | [list of files] |