Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Update serde_json from dtoa to ryu
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 14, 2018
1 parent 0e244b5 commit 03a9401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a partial port of
[nativejson-benchmark](https://github.com/miloyip/nativejson-benchmark)
to Rust. The libraries tested are:

- [serde\_json](https://github.com/serde-rs/json) 1.0.25
- [serde\_json](https://github.com/serde-rs/json) 1.0.26
- [json-rust](https://github.com/maciejhirsz/json-rust) 0.11.13
- [rustc-serialize](https://github.com/rust-lang-nursery/rustc-serialize) 0.3.24

Expand All @@ -13,7 +13,7 @@ to Rust. The libraries tested are:
```
DOM STRUCT
======= serde_json ======= parse|stringify === parse|stringify ===
data/canada.json 10.2ms 8.7ms 3.9ms 6.3ms
data/canada.json 10.2ms 5.4ms 3.9ms 4.0ms
data/citm_catalog.json 5.7ms 1.0ms 1.9ms 0.6ms
data/twitter.json 2.4ms 0.5ms 1.1ms 0.5ms
Expand Down

0 comments on commit 03a9401

Please sign in to comment.