Пакет libdatrie: Информация

    Исходный пакет: libdatrie
    Версия: 0.2.9-alt1_6
    Собран:  26 ноября 2017 г. 12:02 в задании #195434
    Сообщить об ошибке в пакете
    Домашняя страница: http://linux.thai.net/projects/datrie

    Лицензия: LGPLv2+
    О пакете: Implementation of Double-Array structure for representing trie
    Описание: 
    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

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libdatrie (x86_64, i586)
    libdatrie-debuginfo (x86_64, i586)
    libdatrie-devel (x86_64, i586)
    libdatrie-devel-debuginfo (x86_64, i586)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

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

    Последнее изменение


    26 ноября 2017 г. Igor Vlasenko 0.2.9-alt1_6
    - new version
    8 сентября 2014 г. Igor Vlasenko 0.2.8-alt1_5
    - new version