Skip to content

Commit

Permalink
updated performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Oct 17, 2022
1 parent 689c6dd commit 226b2d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 226b2d7

Please sign in to comment.