mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
d90714e8df
* Add first working version of rapidjson_sax for partial tweets. * Add cleaner and faster rapidjson_sax * Add nlohmann_json_sax. * Replace array of bool by bitsets. * Replace strdup to copy string in rapidjson_sax. * Change std::string_view assignment in rapidjson_sax.