Twon / Morpheus

Work in progress: Cross Platform Game Engine
MIT License
14 stars 1 forks source link

SIMD Sax parsing for JSON/XML/Yaml #102

Open Twon opened 1 year ago

Twon commented 1 year ago

https://github.com/jfalcou/eve

Parsing JSON Really Quickly: Lessons Learned: https://www.youtube.com/watch?v=wlvKAT7SZIQ

Parsing Gigabytes of JSON per Second: https://arxiv.org/pdf/1902.08318.pdf

https://github.com/simdjson/simdjson

https://www.reddit.com/r/cpp/comments/6dnj6d/writing_a_really_really_fast_json_parser/

YML Serialisation for Boost: https://github.com/rwols/yaml-archive

mintel1 commented 2 months ago

@Twon Might the serialisation task of 'a writer and reader for YAML' fit here e.g. for RapidYAML for starters? I think you said there was a PR for it and this looks like the best fit?