fastports

libdatrie 0.2.14_1

devel/libdatrie

Double-array trie implementation library

Category
devel
Maintainer
bofh@FreeBSD.org
WWW
https://linux.thai.net/projects/datrie/
License
LGPL21+
USES
iconv:wchar_t libtool localbase:ldflags pathfix tar:xz

Description

This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe.

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.

Dependencies

Commit History

may be incomplete — full history at freebsd-ports on GitHub

Loading commit history — this may take up to a minute on first view. Reload the page in a moment.