pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
26 stars 14 forks source link

LZ4 #178

Closed tpimh closed 4 months ago

tpimh commented 4 months ago

LZ4 is a lossless compression library.

Internally it's using a copy of xxHash, but I don't think it should be converted to a dependency, seems fine as it is.

diamant3 commented 4 months ago

It's working, Thanks!