Package libxmlb1: Information

    Binary package: libxmlb1
    Version: 0.1.15-alt1
    Architecture: ppc64le
    Build time:  Mar 12, 2020, 06:40 PM in the task #247740
    Source package: libxmlb1
    Category: System/Libraries
    Report package bug
    License: LGPLv2+
    Summary: Library for querying compressed XML metadata
    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.

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin

    Last changed


    March 12, 2020 Anton Farygin 0.1.15-alt1
    - 0.1.15
    Jan. 14, 2020 Anton Farygin 0.1.14-alt1
    - 0.1.14
    Oct. 25, 2019 Anton Farygin 0.1.13-alt1
    - 0.1.13