~vladh/hare-project-library

hare-project-library: add LZ4 compression v1 PROPOSED

~pierrec: 1
 add LZ4 compression

 1 files changed, 2 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~vladh/hare-project-library/patches/36580/mbox | git am -3
Learn more about email & git

[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! :)