Add LZ4 as a benchmark option. Snappy is starting to look really good compared to LZ4. LZ4 is considered the fastest solution by many on internet. We now see that Snappy is actually becoming very competitive with compression a little faster and decompression slower but certainly not terribly slower.
PiperOrigin-RevId: 343140860
This commit is contained in:
committed by
Victor Costan
parent
e4a6e97b91
commit
616b8229b6
@@ -107,6 +107,10 @@
|
||||
#include "lzo/lzo1x.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBLZ4
|
||||
#include "lz4.h"
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
namespace file {
|
||||
|
||||
Reference in New Issue
Block a user