zstd.cr
zstd.cr copied to clipboard
Crystal bindings to the Zstandard (zstd) compression library
Results
2
zstd.cr issues
Sort by
recently updated
recently updated
newest added
Trying to use this to compress TCP socket communication, but seems that small writes might be buffered in zstd and there's currently no way of flushing
this solved my issues around crashes and memory leaks. didn't find good way to test but when garbage collection runs it doesn't clear mem of the external library