Skip to content

Faster JSON/XML file parsers #9

@Kigs-framework

Description

@Kigs-framework

Create faster and less memory footprint json and XML file parsers

  • using streams instead of loading full file in memory
  • not "recursive" (not looking for the end of each block before creating the node).

but with the same "0 marking end of current string" system used by AsciiParserUtils to avoir going to the end of the ascii buffer to search for end of string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions