snappy-java
snappy-java copied to clipboard
Any way to improve the SnappyFramedOutputStream efficiency?
On a specified hardware, may the efficiency of snappy framed compression be effected by any configuration? If yes, how to tune it?
Adjusting the frame size is about the only way to impact efficiency. Disabling the verification of checksums while decompressing would likely make it faster, but at the loss of being able to detect corruption.