mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-libs/libdatrie: Double-Array Trie Library
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
21
dev-libs/libdatrie/metadata.xml
Normal file
21
dev-libs/libdatrie/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>vowstar@gmail.com</email>
|
||||
<name>Huang Rui</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">tlwg/libdatrie</remote-id>
|
||||
</upstream>
|
||||
<longdescription lang="en">
|
||||
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 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. 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.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user