unspecified

libxmlb - Library for querying compressed XML metadata

Website: https://github.com/hughsie/libxmlb
License: LGPLv2+
Vendor: Virtuozzo
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.

Packages

libxmlb-0.3.10-1.vl9.src [109 KiB] Changelog by Neal Gompa (2022-10-14):
- New upstream release
- Fix dumping and exporting multiple files from the CLI
- Watch files before loading them into the builder
- Fix potential double free when filtering by language
- Fix the crash for when the root tree has no children
- Fix the crash when getting the element for the [empty] root
- Install xb-tool into bindir
- Ensure reproducible results when importing a node
- Ignore all hidden files when using _WATCH_DIRECTORY
- Show the value bindings when using XB_SILO_PROFILE_FLAG_XPATH
- Ensure _IS_TOKENIZED is set if tokens are added manually
- Ensure we never add too many tokens to the silo
- Put tail after the node when exporting XbBuilderNode
- Remove the G_ALIGNOF checks to fix compile with old GLib versions
- Add a flag to require the XbBuilderSource to have no siblings
- Add iterator for XbNode attributes and children
- Allow removing XbBuilderNode text
- Allow stripping builder node inner text
- Resolves: rhbz#2134794

Listing created by Repoview-0.6.6-4.el7