Open ghost opened 5 years ago
zlib
achieves higher compression ratios than Snappy, but is slower. An alternative with similar characteristics would be lz4
.
zlib
achieves higher compression ratios than Snappy, but is slower. An alternative with similar characteristics would belz4
.
do u have more detail information about lz4 and snappy.
@sfwtoms2030 see the lz4
benchmarks featuring snappy
, zlib
and others -- https://github.com/lz4/lz4#benchmarks
Was considered in https://github.com/google/leveldb/blob/master/table/table_builder.cc#L152
A fork by microsoft games studios/mojang has this feature (https://github.com/Mojang/leveldb-mcpe), so the demand is already there. If anything someone could port over the feature from there.