File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,12 +185,13 @@ the ``streamvbyte_encode_0124`` and ``streamvbyte_decode_0124`` which use
185185Stream VByte in other languages
186186--------------------------------
187187
188- * There is a [Rust version](https://bitbucket.org/marshallpierce/stream-vbyte-rust) by Marshall Pierce.
189- * There is a [Go version](https://github.com/nelz9999/stream-vbyte-go) by Nelz.
190- * There is an accelerated [Go version](https://github.com/theMPatel/streamvbyte-simdgo) by Milan Patel.
191- * There is a [Zig version](https://github.com/fulcrum-so/streamvbyte-zig) by Nick Gates.
192- * There is a [Python version](https://github.com/iiSeymour/pystreamvbyte) by Chris Seymour.
193- * There is a [Rust version(https://github.com/mccullocht/streamvbyte64) by Trevor McCulloch.
188+ - Rust version by Marshall Pierce ([repository](https://bitbucket.org/marshallpierce/stream-vbyte-rust))
189+ - Rust version by Trevor McCulloch ([repository](https://github.com/mccullocht/streamvbyte64))
190+ - Go version by Nelz ([repository](https://github.com/nelz9999/stream-vbyte-go))
191+ - Go version by Milan Patel (SIMD-accelerated) ([repository](https://github.com/theMPatel/streamvbyte-simdgo))
192+ - Go version by Michal Hruby (with SSE4 & NEON support) ([repository](https://github.com/mhr3/streamvbyte))
193+ - Zig version by Nick Gates ([repository](https://github.com/fulcrum-so/streamvbyte-zig))
194+ - Python version by Chris Seymour ([repository](https://github.com/iiSeymour/pystreamvbyte))
194195
195196Format Specification
196197---------------------
You can’t perform that action at this time.
0 commit comments