Common Lisp implementation of Google's Snappy data compression library, which is also known as Zippy compression.
Stars
19
Forks
6
Watchers
19
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
36
commits
Modify the compression code to skip over incompressible data.
987c67eView on GitHubSimplify both EMIT-LITERAL and EMIT-COPY, since we compress in 64K blocks.
5ba5a13View on GitHubModify the compression code so it compresses in 64K chunks.
a7d19feView on GitHubAdd a test from the Go version to verify correct handling of corrupt data.
a3a44afView on GitHubChange the hash algorithm used during compression to that used by C++ and Go.
88a52bbView on GitHubAdd a simple benchmarking library and some benchmarks that use it.
aeb59b3View on GitHub