mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
8c541ec3aa
The CITM benchmark was using simdjson::to_json_string() while Twitter used simdjson::builder::to_json(). This caused misleading results (532 MB/s vs 2780 MB/s). Now both use the same API for consistency.