Closed guycipher closed 2 days ago
I'd like to keep the package with no outside resources but Snappy would be nice.
https://github.com/golang/snappy looks good but not sure how thoroughly tested it is. I could review and fork possibly but I'd rather implement a compression algorithm from scratch. I am reading into this aspect at the moment.
Implemented a basic Lempel-Ziv 1977 inspired library which works rather well. Will finalize and commit. Closing this up.
No third party packages. Writing compress and decompress methods from scratch following LZ4 algorithm specification and add an optional option to K4 which would compress and decompress keys and and their values.