Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37039005
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: libxmlb

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.3.14-alt1
Время сборки: 17 сентября 2023, 15:05 ( 27.6 недели назад )
Размер архива: 102.24 Kb

Домашняя страница:   https://github.com/hughsie/libxmlb

Лицензия: LGPLv2+
О пакете: Library for querying compressed XML metadata
Описание:

XML is slow to parse and strings inside the document cannot be memory mapped as
they do not have a trailing NUL char. The libxmlb library takes XML source, and
converts it to a structured binary representation with a deduplicated string
table -- where the strings have the NULs included.

This allows an application to mmap the binary XML file, do an XPath query and
return some strings without actually parsing the entire document. This is all
done using (almost) zero allocations and no actual copying of the binary data.

Текущий майнтейнер: Anton Farygin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • libxmlb-common
  • libxmlb-common-debuginfo
  • libxmlb-devel
  • libxmlb2
  • libxmlb2-debuginfo
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin