You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LZ4 and LZ4 HC are a couple of compression algorithms similar to lzo, lzma, etc. They boast some cool features and if it's not too much trouble, I'd like to see Cyphertite support them someday.
The text was updated successfully, but these errors were encountered:
The end-user may or may not notice (since the main bottleneck is bandwidth as opposed to compression), but the basic idea is simply faster/more efficient compression/decompression.
Related to this, I would like to request an option to disable compression. The data I am storing is almost exclusively binary, and while current compression techniques aren't slow, it's an unnecessary step.
LZ4 and LZ4 HC are a couple of compression algorithms similar to lzo, lzma, etc. They boast some cool features and if it's not too much trouble, I'd like to see Cyphertite support them someday.
The text was updated successfully, but these errors were encountered: