From 96a31c69c5468a19e35329fa9d28ae6e00a5b02b Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 17 Jul 2020 15:41:54 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ad0d9f1c..46ed2b331 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ We distinguish between "bindings" (which just wrap the C++ code) and a port to a - [simdjson_nodejs](https://github.com/luizperes/simdjson_nodejs): Node.js bindings for the simdjson project. - [simdjson_php](https://github.com/crazyxman/simdjson_php): PHP bindings for the simdjson project. - [simdjson_ruby](https://github.com/saka1/simdjson_ruby): Ruby bindings for the simdjson project. +- [fast_jsonparser](https://github.com/anilmaurya/fast_jsonparser): Ruby bindings for the simdjson project. - [simdjson-go](https://github.com/minio/simdjson-go): Go port using Golang assembly. - [rcppsimdjson](https://github.com/eddelbuettel/rcppsimdjson): R bindings.