From c284b54fc2b3566203be3e12cfbaebca4c295d5c Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 9 Oct 2019 16:28:01 -0400 Subject: [PATCH] adding link to Go port --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f64f59851..7fdd493ae 100644 --- a/README.md +++ b/README.md @@ -491,12 +491,14 @@ We distinguish between "bindings" (which just wrap the C++ code) and a port to a - [ZippyJSON](https://github.com/michaeleisel/zippyjson): Swift bindings for the simdjson project. - [pysimdjson](https://github.com/TkTech/pysimdjson): Python bindings for the simdjson project. -- [simdjson-rs](https://github.com/Licenser/simdjson-rs): Rust port -- [simdjson-rust](https://github.com/SunDoge/simdjson-rust): Rust wrapper (bindings) -- [SimdJsonSharp](https://github.com/EgorBo/SimdJsonSharp): C# version for .NET Core (bindings and full port) +- [simdjson-rs](https://github.com/Licenser/simdjson-rs): Rust port. +- [simdjson-rust](https://github.com/SunDoge/simdjson-rust): Rust wrapper (bindings). +- [SimdJsonSharp](https://github.com/EgorBo/SimdJsonSharp): C# version for .NET Core (bindings and full port). - [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. +- [simdjson-go](https://github.com/fwessels/simdjson-go): Go port. + ## Various References