[PATCH hare-project-library] add LZ4 compression
Export this patch
From: Pierre Curto <pierre.curto@gmail.com>
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 5bfd790..4e21d01 100755
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ If you're interested specifically in 3D graphics, check out
## Algorithms
+* [~pierrec/hare-lz4](https://git.sr.ht/~pierrec/hare-lz4): LZ4 compression algorithm
* [~sircmpwn/hare-compress](https://git.sr.ht/~sircmpwn/hare-compress)†: Compression algorithms for Hare
## Compilers and interpreters
@@ -100,3 +101,4 @@ If you're interested specifically in 3D graphics, check out
* [~yerinalexey/box](https://git.sr.ht/~yerinalexey/box): Command line encryption utility
* [~yerinalexey/git-walk.ha](https://git.sr.ht/~yerinalexey/git-walk.ha): Hare implementation of git log/show commands
* [~yerinalexey/stopwatch](https://git.sr.ht/~yerinalexey/stopwatch): Terminal stopwatch program
+
--
2.34.5
Thanks! :)