Пакет libxmlb-0.1.15-1.el8.src
Имя | libxmlb |
---|---|
Эпоха | 0 |
Версия | 0.1.15 |
Релиз | 1.el8 |
Архитектура | src |
Сайт | https://github.com/hughsie/libxmlb |
Лицензия | LGPLv2+ |
Время сборки | 2023-08-08 17:50:41 |
Хост сборки | builder-x86-03.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. |
Эррата | — |
Размер | 81 КиБ |
Исходный проект | libxmlb-0.1.15-1.el8 |
Контрольная сумма SHA-256 | 2101b9c9ce3971b0bbb22bd5ca537856930e846597923df4c7958e0c93eddd79 |
×
* 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