Top "Deflate" questions

deflate is a lossless data compression format, and also refers to implementations that compress to the deflate format.

Why use deflate instead of gzip for text files served by Apache?

What advantages do either method offer for html, css and javascript files served by a LAMP server. Are there better …

apache compression gzip lamp deflate
Easy HTTP requests with gzip/deflate compression

I'm trying to figure out how the best way to easily send HTTP/HTTPS requests and to handle gzip/deflate …

http node.js https gzip deflate
How to DEFLATE with a command line tool to extract a git object?

I'm looking for a command line wrapper for the DEFLATE algorithm. I have a file (git blob) that is compressed …

git blob deflate
AngularJS - How to deflate and encode/decode to base64 all jsons request?

Lets say i have several $resources and some $http around my angular application: myApp.factory('Note', function($resource) { return $resource(…

json http base64 angularjs deflate
Zlib compression Using Deflate and Inflate classes in Java

I want trying to use the Deflate and Inflate classes in java.util.zip for zlib compression. I am able …

java compression zlib deflate inflate
apache compression Deflate .js and .css files not compressed?

In Apache Im enabling output compression by adding the following to my .htaccess file: # compress text, html, javascript, css, xml: …

apache gzip yslow deflate
Unexpected end of ZLIB input stream

I'm trying to round-trip a JSON string to a byte array with DeflaterOutputStream, but the code below throwing java.io.…

java deflate
Deflate compression browser compatibility and advantages over GZIP

UPDATE Feb 10 2012: zOompf has completed some very thorough research on this very topic here. It trumps any findings below. UPDATE …

optimization compression gzip zlib deflate
deflate and inflate (zlib.h) in C

I am trying to implement the zlib.h deflate and inflate functions to compress and decompress a char array (not …

c compression zlib deflate
JavaScript DEFLATE Implementation

Are there any open source DEFLATE encoder implementations for JavaScript? I need it to generate a binary format on the …

javascript algorithm deflate