From 2edce7c1c24dbe48cf7dc759c82074f9fe53e196 Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Tue, 4 Oct 2022 10:05:20 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfdfeb3d..e3d05839 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Using Go modules is recommended. ## 2022 +* [Leopard GF8](https://github.com/klauspost/reedsolomon#leopard-gf8) mode added, for faster processing of medium shard counts. * [Leopard GF16](https://github.com/klauspost/reedsolomon#leopard-compatible-gf16) mode added, for up to 65536 shards. * [WithJerasureMatrix](https://pkg.go.dev/github.com/klauspost/reedsolomon?tab=doc#WithJerasureMatrix) allows constructing a [Jerasure](https://github.com/tsuraan/Jerasure) compatible matrix.