From d13ce6768c68fa0db17fd2018d1ec29df3b35e0b Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 16 Jul 2020 13:05:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e17ffd651..994130642 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ Bindings and Ports of simdjson We distinguish between "bindings" (which just wrap the C++ code) and a port to another programming language (which reimplements everything). - [ZippyJSON](https://github.com/michaeleisel/zippyjson): Swift bindings for the simdjson project. +- [libpy_simdjson](https://github.com/gerrymanoim/libpy_simdjson/): high-speed Python bindings for simdjson using [libpy](https://github.com/quantopian/libpy). - [pysimdjson](https://github.com/TkTech/pysimdjson): Python bindings for the simdjson project. -- [libpy_simdjson](https://github.com/gerrymanoim/libpy_simdjson/): Python bindings for simdjson using [libpy](https://github.com/quantopian/libpy). - [simdjson-rs](https://github.com/simd-lite): 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).