[ All 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 ]
×

Package libxmlb-0.1.15-1.el8.src download

Name libxmlb
Epoch 0
Version 0.1.15
Release 1.el8
Architecture src
Website/URL https://github.com/hughsie/libxmlb
License LGPLv2+
Build Time 2023-08-08 17:50:41
Build Host builder-x86-03.inferitos.ru
Summary Library for querying compressed XML metadata
Repositories BaseOS
Description 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.
Errata
Size 81 KiB
Source Project libxmlb-0.1.15-1.el8
SHA-256 checksum 2101b9c9ce3971b0bbb22bd5ca537856930e846597923df4c7958e0c93eddd79
× Full screenshot
Changelog 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