Great work! I ran latest json_performance on Ryzen 5600X with gcc 12.2. I found glaze has great improvement! Now I think there are no reason to choose other libraries on performance side. | Library | Roundtrip Time (s) | Write (MB/s) | Read (MB/s) | | ------------------------------------------------------------ | ------------------: | ------------: | -----------: | | [**Glaze**](https://github.com/stephenberry/glaze) | **1.33** | **810** | **1120** | | [**simdjson (on demand)**](https://github.com/simdjson/simdjson) | **N/A** | **N/A** | **1153** | | [**yyjson**](https://github.com/ibireme/yyjson) | **1.67** | **743** | **1036** | | [**daw_json_link**](https://github.com/beached/daw_json_link) | **2.90** | **382** | **492** | | [**RapidJSON**](https://github.com/Tencent/rapidjson) | **2.82** | **444** | **557** | | [**json_struct**](https://github.com/jorgen/json_struct) | **4.52** | **247** | **307** | | [**nlohmann**](https://github.com/nlohmann/json) | **14.21** | **118** | **83** | | Library | Roundtrip Time (s) | Write (MB/s) | Read (MB/s) | | ------------------------------------------------------------ | ------------------: | ------------: | -----------: | | [**Glaze**](https://github.com/stephenberry/glaze) | **1.69** | **1241** | **1067** | | [**simdjson (on demand)**](https://github.com/simdjson/simdjson) | **N/A** | **N/A** | **111** |