Introduce rapidjson
or simdjson
?
#8371
Labels
type/enhancement
The issue or PR belongs to an enhancement.
rapidjson
or simdjson
?
#8371
Enhancement
POCO::JSON
behaves differently fromgolang::json
and does not support passingStringRef
, resulting in poor performance. Perhaps we could consider introducingrapidjson
orsimdjson
and implementing JSON-related functions based on it. #8307https://github.com/Tencent/rapidjson
https://github.com/simdjson/simdjson
ps: simdjson require AVX2
clickhouse: https://github.com/ClickHouse/ClickHouse/blob/80ca41f18ddcd92eb70533d43b3d2f3d2be93364/src/Common/JSONParsers/RapidJSONParser.h#L16
https://github.com/ClickHouse/ClickHouse/blob/80ca41f18ddcd92eb70533d43b3d2f3d2be93364/src/Common/JSONParsers/SimdJSONParser.h
The text was updated successfully, but these errors were encountered: