diff --git a/README.md b/README.md index 94a8da913e..e860f47b98 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ One of the fastest JSON libraries in the world. Glaze reads and writes from C++ | Library | Roundtrip Runtime (s) | Write (MB/s) | Read (MB/s) | | ------------------------------------------------------------ | --------------------- | ------------ | ----------- | -| [**Glaze**](https://github.com/stephenberry/glaze) | **2.27** | **530.21** | **533.34** | -| [**daw_json_link**](https://github.com/beached/daw_json_link) (with unsafe raw buffer) | **2.59** | **461.71** | **460.97** | -| [**daw_json_link**](https://github.com/beached/daw_json_link) | **3.18** | **316.75** | **460.11** | -| [**json_struct**](https://github.com/jorgen/json_struct) | **8.31** | **467.03** | **172.73** | -| [**nlohmann json**](https://github.com/nlohmann/json) | **18.58** | **76.47** | **65.65** | +| [**Glaze**](https://github.com/stephenberry/glaze) | **1.87** | **635** | **645** | +| [**daw_json_link**](https://github.com/beached/daw_json_link) (with unsafe raw buffer) | **2.59** | **462** | **461** | +| [**daw_json_link**](https://github.com/beached/daw_json_link) | **3.18** | **317** | **460** | +| [**json_struct**](https://github.com/jorgen/json_struct) | **8.31** | **467** | **173** | +| [**nlohmann json**](https://github.com/nlohmann/json) | **18.58** | **76** | **66** | [Performance test code available here](https://github.com/stephenberry/json_performance)