Search code examples
c#compressiongzipdeflate

GZip or Deflate for HTTP compression


Which compression method is better? I've heard lots of back and forth about GZip being more widely used, but Deflate being faster (in some instances). Is there an accepted standard on which one to use and why?


Solution

  • UPDATE

    According to the latest updates to the linked question, one should use GZip. See http://www.vervestudios.co/projects/compression-tests/results

    Old Answer

    Deflate is better.