File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -185,12 +185,13 @@ the ``streamvbyte_encode_0124`` and ``streamvbyte_decode_0124`` which use
185
185
Stream VByte in other languages
186
186
--------------------------------
187
187
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))
194
195
195
196
Format Specification
196
197
---------------------
You can’t perform that action at this time.
0 commit comments