Hextremist / mapredo

Mapredo -- Mapreducing at the speed of C
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Try to use LZ4 instead of Snappy compression #24

Open Hextremist opened 9 years ago

Hextremist commented 9 years ago

LZ4 compression may be faster and/or have a better compression ratio than Snappy. We should try this out in practice by replacing the current compression class with a lz4. Possibly we may want to have this as an abstract class with several implementations, but that would be a new issue.