Package libdatrie: Information

    Source package: libdatrie
    Version: 0.2.9-alt1_6
    Build time:  May 9, 2019, 11:41 AM
    Category: System/Libraries
    Report package bug
    License: LGPLv2+
    Summary: Implementation of Double-Array structure for representing trie
    Description: 
    datrie is an implementation of double-array structure for representing trie.
    
    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.
    
    Details of the implementation: http://linux.thai.net/~thep/datrie/datrie.html

    List of rpms provided by this srpm:
    libdatrie (mipsel)
    libdatrie-debuginfo (mipsel)
    libdatrie-devel (mipsel)
    libdatrie-devel-debuginfo (mipsel)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. autoconf
      2. automake
      3. doxygen
      4. libtool

    Last changed


    Nov. 26, 2017 Igor Vlasenko 0.2.9-alt1_6
    - new version
    Sept. 8, 2014 Igor Vlasenko 0.2.8-alt1_5
    - new version