Skip to content

Commit 862c2e7

Browse files
authored
Link to one more Go implementation (#76)
* Update README.md * Update README.md
1 parent 48a216d commit 862c2e7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,13 @@ the ``streamvbyte_encode_0124`` and ``streamvbyte_decode_0124`` which use
185185
Stream 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
195196
Format Specification
196197
---------------------

0 commit comments

Comments
 (0)