From f6f74abfa2044bf78c218b9a30cdd334687c32d6 Mon Sep 17 00:00:00 2001 From: Nicholas Gates Date: Wed, 27 Sep 2023 22:55:45 +0100 Subject: [PATCH] Add Zig implementation Figure it's worth documenting, despite me not recommending it for production use! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddbab9a..313290c 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ Stream VByte in other languages * There is a [Rust version](https://bitbucket.org/marshallpierce/stream-vbyte-rust) by Marshall Pierce. * There is a [Go version](https://github.com/nelz9999/stream-vbyte-go) by Nelz. * There is an accelerated [Go version](https://github.com/theMPatel/streamvbyte-simdgo) by Milan Patel. +* There is a [Zig version](https://github.com/fulcrum-so/streamvbyte-zig) by Nick Gates. Format Specification ---------------------