From d49b369bde7b95df274a0d7ce2bac42bcbcca828 Mon Sep 17 00:00:00 2001 From: equal-l2 Date: Sun, 28 Jul 2024 20:48:45 +0900 Subject: [PATCH] Add sonic-rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61d3ea1..39b6d76 100644 --- a/README.md +++ b/README.md @@ -1344,6 +1344,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * HTML * [servo/html5ever](https://github.com/servo/html5ever) - High-performance browser-grade HTML5 parser * JSON + * [cloudwego/sonic-rs](https://github.com/cloudwego/sonic-rs) [[sonic-rs](https://crates.io/crates/sonic-rs)] - A fast Rust JSON library based on SIMD. * [importcjj/rust-ajson](https://github.com/importcjj/rust-ajson) [[ajson](https://crates.io/crates/ajson)] - Get JSON values quickly * [maciejhirsz/json-rust](https://github.com/maciejhirsz/json-rust) [[json](https://crates.io/crates/json)] - JSON implementation * [pikkr/pikkr](https://github.com/pikkr/pikkr) [[pikkr](https://crates.io/crates/pikkr)] - JSON parser which picks up values directly without performing tokenization