SNAPPY64
SNAPPY64
Hello, yesterday I did a small port of the widely used SNAPPY compression library. Feel free to check it for errors or enhancements: www.dellapasqua.com/snappy64. Thank you.
Hello, yesterday I did a small port of the widely used SNAPPY compression library. Feel free to check it for errors or enhancements: www.dellapasqua.com/snappy64. Thank you.
Compressing a 103MB binary file:
ReplyDeletesystem: 21495609 6633 msec
SynZip: 24641670 2155 msec
SynLZ: 34894175 696 msec
Snappy: 37303170 558 msec
I have updated the builds with full optimization, zero warnings, win32, win64, android, ios
ReplyDeletewww.dellapasqua.com/snappy64
(indeed I miss osx too, I'll do later...)
Roberto Della Pasqua I found it hard to use in code that compiles in 32 & 64 without changes. Where I can post changes to lib to make it more easier to use. If defs are the worst programming pattern.
ReplyDelete