Skip to content

uvoteam/gunzip_mmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Utility to extract multistream gzip data from file. Lots of memory is used to make extraction fast: file is mmap'ed, output buffer is 5 times larger than file size.


Build(zlib is required):
make

Usage:
./zcat <file_name>

About

Utility to extract data from gzip file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published