Skip to content
/ parzip Public
forked from jpakkane/parzip

High performance parallel pkzip implementation

License

Notifications You must be signed in to change notification settings

zaitor/parzip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parzip

A command line utility to pack and unpack zip archives using multiple threads.

Check out performance benchmarks on decompression and compression.

Licensed under GPLv3 or later.

Supports

  • both zipping and unzipping
  • multithreading
  • uncompressed (i.e. stored) files
  • deflate and lzma compression and decompression
  • ZIP64 extensions (i.e. >4 GB files)
  • unix file attributes

Does not support

  • modifying existing archives
  • encryption (zip encryption is broken, use GPG instead)
  • ancient compression methods
  • archives split to multiple files
  • VMS, Amiga or any other non-modern platform

Contributions

Please send patches as merge requests via the Github project.

About

High performance parallel pkzip implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.7%
  • Python 9.5%
  • C 2.1%
  • Meson 1.7%