From 2f9e3026cd9ac2753797bc49428692e77b430f6b Mon Sep 17 00:00:00 2001 From: fauzan171 Date: Fri, 15 May 2026 00:03:37 +0700 Subject: [PATCH] Add simdjson to Parsing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..ed7fafe 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [jaq](https://github.com/01mf02/jaq) - A jq clone focussed on correctness, speed, and simplicity. Written in Rust. * [gojq](https://github.com/itchyny/gojq) - Pure Go implementation of jq. A bit faster and more portable. * [livejq](https://github.com/kunalsin9h/livejq) - An alternative `jq` implementation in rust for continuous parsing without crashing on invalid JSON +- [simdjson](https://github.com/simdjson/simdjson) - Parsing gigabytes of JSON per second. * [json](http://trentm.com/json/) - A "json" command for massaging JSON on your Unix command line. * [json-search](https://github.com/cosmo-ray/json-search) - A small tool to search for objects/values in json files. * [jshon](https://web.archive.org/web/20240206155217/http://kmkeen.com/jshon/) - A parser designed for maximum convenience within the shell.