app-arch/libzim: add 9.2.3, drop 9.2.1
[gentoo-zh.git] / dev-libs / libdatrie / metadata.xml
blob8fe1a9eeb30a5abe098c395a552281477289e2d6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="person">
5                 <email>vowstar@gmail.com</email>
6                 <name>Huang Rui</name>
7         </maintainer>
8         <upstream>
9                 <remote-id type="github">tlwg/libdatrie</remote-id>
10         </upstream>
11         <longdescription lang="en">
12         This is an implementation of double-array structure for representing trie, 
13         as proposed by Junichi Aoe.
14         Trie is a kind of digital search tree, an efficient indexing method in which
15         search time is independent of database size. It only takes O(m) search time,
16         where m is the length of the search string. Comparably as efficient as hashing,
17         trie also provides flexibility on incremental matching and key spelling
18         manipulation. This makes it ideal for lexical analyzers, as well as spelling
19         dictionaries.
20         </longdescription>
21 </pkgmetadata>