Since I was curious to know the overhead incurred from using glz::json_t, others may also be interested to know too. MSVC AMD Ryzen Threadripper 3990X 64-Core Processor 2.90 GHz | Library | Roundtrip Time (s) | Write (MB/s) | Read (MB/s) | | ------------------------------------------------------------ | ------------------ | ------------ | ----------- | | [**Glaze**](https://github.com/stephenberry/glaze) | **2.42** | **673** | **453** | | [**Glaze json_t**](https://github.com/stephenberry/glaze) | **4.28** | **467** | **224** | | [**simdjson (on demand)**](https://github.com/simdjson/simdjson) | **N/A** | **N/A** | **243** | | [**yyjson**](https://github.com/ibireme/yyjson) | **2.23** | **551** | **630** | | [**daw_json_link**](https://github.com/beached/daw_json_link) | **6.25** | **202** | **211** | | [**RapidJSON**](https://github.com/Tencent/rapidjson) | **7.29** | **240** | **141** | | [**Boost.JSON (direct)**](https://boost.org/libs/json) | **10.28** | **95** | **196** | | [**json_struct**](https://github.com/jorgen/json_struct) | **9.42** | **138** | **140** | | [**nlohmann**](https://github.com/nlohmann/json) | **41.36** | **35** | **28** |
Since I was curious to know the overhead incurred from using glz::json_t, others may also be interested to know too.
MSVC
AMD Ryzen Threadripper 3990X 64-Core Processor 2.90 GHz