Пакет libdatrie: Информация
Исходный пакет: libdatrie
Версия: 0.2.14-alt1
Собран: 3 декабря 2025 г. 17:08 в задании #401721
Категория: Система/Библиотеки
Сообщить об ошибке в пакетеДомашняя страница: https://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 (x86_64, i586, aarch64)
libdatrie-debuginfo (x86_64, i586, aarch64)
libdatrie-devel (x86_64, i586, aarch64)
libdatrie-devel-debuginfo (x86_64, i586, aarch64)
libdatrie (x86_64, i586, aarch64)
libdatrie-debuginfo (x86_64, i586, aarch64)
libdatrie-devel (x86_64, i586, aarch64)
libdatrie-devel-debuginfo (x86_64, i586, aarch64)
Сопровождающий: Anton Farygin
Последнее изменение
3 декабря 2025 г. Anton Farygin 0.2.14-alt1
- 0.2.13 -> 0.2.14
1 ноября 2025 г. Anton Farygin 0.2.13-alt2
- fixed build in new environment
29 августа 2023 г. Igor Vlasenko 0.2.13-alt1_7
- update to new release by fcimport