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

    Исходный пакет: libdatrie
    Версия: 0.2.13-alt1_7
    Собран:  30 августа 2023 г. 20:11
    Сообщить об ошибке в пакете
    Домашняя страница: http://linux.thai.net/projects/datrie

    Лицензия: LGPL-2.1-or-later
    О пакете: 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 (mipsel)
    libdatrie-debuginfo (mipsel)
    libdatrie-devel (mipsel)
    libdatrie-devel-debuginfo (mipsel)

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

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

      1. libtool
      2. autoconf
      3. autoconf-archive
      4. automake
      5. doxygen

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


    29 августа 2023 г. Igor Vlasenko 0.2.13-alt1_7
    - update to new release by fcimport
    21 сентября 2021 г. Igor Vlasenko 0.2.13-alt1_2
    - update to new release by fcimport
    26 ноября 2017 г. Igor Vlasenko 0.2.9-alt1_6
    - new version