How does the GZip file compression algorithm work? If anyone has any documentation on this, I'd like to read it.
Asked
Active
Viewed 3.0k times
42
-
1A short description of how GZIP works: [http://stackoverflow.com/a/19799494/2066118][1] [1]: http://stackoverflow.com/a/19799494/2066118 – Maciej Gurban Nov 06 '13 at 10:06
-
A short description of how the algorithm works: [http://stackoverflow.com/a/19799494/2066118][1] [1]: http://stackoverflow.com/a/19799494/2066118 – Maciej Gurban Nov 06 '13 at 11:23
2 Answers
25
If you're still looking for a more detailed overview, I've written up a description of the gzip deflate process, along with source code, at: http://www.infinitepartitions.com/art001.html

Joshua Davies
- 259
- 3
- 2