forked fromjvns/gzip.jl
- Notifications
You must be signed in to change notification settings - Fork0
bmaurer/gzip.jl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Contary to the repo name, this actually implementsgunzip
and notgzip
in Julia.
The coolest thing (that I know of) that you can do with this repository is visualize unzipping.
To play with this, do
git checkout visualizationgzip myfile.txtjulia gunzip.jl myfile.txt.gz
This will unzipmyfile.txt.gz
and show which parts are represented literally and which parts are references to previous parts of the file. Do this to a text file and not a binary :)
You can see a video of this happening to "The Raven" inthis blog post. Here's the video:
If (when!) you find bugs, let me know!