[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет libxmlb-0.1.15-1.el8.x86_64 download

Имя libxmlb
Эпоха 0
Версия 0.1.15
Релиз 1.el8
Архитектура x86_64
Сайт https://github.com/hughsie/libxmlb
Лицензия LGPLv2+
Время сборки 2023-08-08 17:51:16
Хост сборки builder-x86-07.inferitos.ru
Краткое описание Library for querying compressed XML metadata
Репозитории BaseOS
Полное описание 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.
Эррата
Размер 90 КиБ
Исходный проект libxmlb-0.1.15-1.el8
Контрольная сумма SHA-256 19624fbc99d0b25a93e4f622cf1fc33d075edf33b55ce7c03dad022e8750e731
× Full screenshot
История изменений link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.1.15-1
- Rebuilt for MSVSphere 8.8

* Wed Mar 11 2020 Richard Hughes <richard@hughsie.com> 0.1.15-1
- Initial release for RHEL