Kigs-framework/kigs

Faster JSON/XML file parsers

Kigs-framework opened this issue · 0 comments

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.