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.

Comments

  1. Compressing a 103MB binary file:

    system: 21495609 6633 msec
    SynZip: 24641670 2155 msec
    SynLZ: 34894175 696 msec
    Snappy: 37303170 558 msec

    ReplyDelete
  2. I have updated the builds with full optimization, zero warnings, win32, win64, android, ios
    www.dellapasqua.com/snappy64
    (indeed I miss osx too, I'll do later...)

    ReplyDelete
  3. 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

Post a Comment