https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258541
--- Comment #3 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6d8fb35db81eaa939c3354462ce16171f8ffb98 commit c6d8fb35db81eaa939c3354462ce16171f8ffb98 Author: Tobias C. Berner <[email protected]> AuthorDate: 2022-03-04 05:09:04 +0000 Commit: Tobias C. Berner <[email protected]> CommitDate: 2022-03-04 05:16:56 +0000 textproc/libxmlb: New port - Library to help create and query binary XML blobs 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. WWW: https://github.com/hughsie/libxmlb PR: 258541 textproc/Makefile | 1 + textproc/libxmlb/Makefile (new) | 20 +++++++++++++ textproc/libxmlb/distinfo (new) | 3 ++ textproc/libxmlb/pkg-descr (new) | 10 +++++++ textproc/libxmlb/pkg-plist (new) | 62 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 96 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.
