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

    Исходный пакет: libdatrie
    Версия: 0.2.8-alt1_5
    Собран:  8 сентября 2014 г. 18:40 в задании #129230
    Сообщить об ошибке в пакете
    Домашняя страница: 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. /usr/bin/doxygen
      2. doxygen

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


    8 сентября 2014 г. Igor Vlasenko 0.2.8-alt1_5
    - new version