All Projects → TkTech → fasterzip

TkTech / fasterzip

Licence: other
A faster python zipfile.

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fasterzip

ZipCrack
Crack password protected zip files
Stars: ✭ 23 (-23.33%)
Mutual labels:  zip, zipfile
RxLogs
An Android & Kotlin Reactive Advanced Logging Framework.
Stars: ✭ 12 (-60%)
Mutual labels:  zip, zipfile
pclzip-doc-zh-cn
PHP 库 PclZip 的简体中文翻译文档(zh-cn translation for PHP lib: PclZip)
Stars: ✭ 25 (-16.67%)
Mutual labels:  zip
unarr
A decompression library for rar, tar, zip and 7z archives
Stars: ✭ 35 (+16.67%)
Mutual labels:  zip
ViaCEP
The ViaCEP API/webservice .NET client
Stars: ✭ 21 (-30%)
Mutual labels:  zip
dist.sh
📦 The perfect ZIP file bundler
Stars: ✭ 18 (-40%)
Mutual labels:  zip
zip install
Mit diesem AddOn kannst du gezippte AddOns oder PlugIns einfach im Backend hochladen und installieren.
Stars: ✭ 32 (+6.67%)
Mutual labels:  zip
zipdump
Analyze zipfile, either local, or from url
Stars: ✭ 25 (-16.67%)
Mutual labels:  zip
kirby-backup-widget
Kirby panel widget to easily backup your site content.
Stars: ✭ 25 (-16.67%)
Mutual labels:  zip
QArchive
Async C++ Cross-Platform library that modernizes libarchive using Qt5 🚀. Simply extracts 7z 🍔, Tarballs 🎱 and other supported formats by libarchive. ❤️
Stars: ✭ 66 (+120%)
Mutual labels:  zip
pdf-zip-nes-polyglot
PDF/ZIP/NES polyglot file generator (PoC||GTFO 0x14-style)
Stars: ✭ 19 (-36.67%)
Mutual labels:  zip
zipstreamer
Zip File Streaming Microservice - stream zip files on the fly
Stars: ✭ 67 (+123.33%)
Mutual labels:  zip
zip-crc-cracker
No description or website provided.
Stars: ✭ 37 (+23.33%)
Mutual labels:  zip
VszLib
7-zip VB6 Helper
Stars: ✭ 35 (+16.67%)
Mutual labels:  zip
twzipcode
正規化台灣地址,並取得縣市、鄉鎮、區碼
Stars: ✭ 88 (+193.33%)
Mutual labels:  zip
ftpConnect
A simple and robust dart FTP Client Library to interact with FTP Servers with possibility of zip and unzip files.
Stars: ✭ 43 (+43.33%)
Mutual labels:  zip
zzlib
zlib-compressed file depacking library in Lua
Stars: ✭ 44 (+46.67%)
Mutual labels:  zip
qlZipInfo
MacOSX QuickLook Generator for zip, jar, tar, tar.gz (.tgz), tar.bz2 (.tbz2/.tbz), tar.Z. xar (.xar, .pkg), debian (.deb), RedHat Package Manager (.rpm), 7zip (.7z), xz, Microsoft cabinet (.cab), gzip (.gz), lha, BinHex 4.0 (.hqx), and Stuffit (.sit) archives, and ISO9660 images
Stars: ✭ 47 (+56.67%)
Mutual labels:  zip
miniz-cpp
A cross-platform header-only C++14 library for reading and writing ZIP files
Stars: ✭ 117 (+290%)
Mutual labels:  zip
Golang-Files-Preview
Golang 文件预览支持 office\pdf\cad\achieve\txt\image\video files
Stars: ✭ 53 (+76.67%)
Mutual labels:  zip

Fasterzip

Fasterzip is a self-contained Python3.6+ and pypy3 cython module wrapping a subset of the miniz library to provide fast decompression of ZIP files when compared to the built-in zipfile module. Extraction of ZIP files with many entries is typically around ~33% faster.

Performance

Sample CPython zipfile fasterzip Speedup
Reading 100000 1-byte files ~3.43s ~1.24s 63%
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].