Commit Graph

4 Commits

Author SHA256 Message Date
6b489e4c57 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=3 2019-01-15 08:32:41 +00:00
1e6830e987 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=2 2019-01-15 08:32:25 +00:00
Dominique Leuenberger
edd83e9e30 Accepting request 666142 from X11:common:Factory
- Initial packaging for openSUSE, version 0.1.6.
Needed for future versions of fwupd

OBS-URL: https://build.opensuse.org/request/show/666142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxmlb?expand=0&rev=1
2019-01-21 09:55:06 +00:00
cab80b5919 Accepting request 665017 from home:iznogood:branches:Base:System
Needed for future version of fwupd

Library for querying compressed XML metadata 
https://github.com/hughsie/libxmlb

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.

OBS-URL: https://build.opensuse.org/request/show/665017
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=1
2019-01-15 08:14:23 +00:00