ZipZap
Zip Foundation
ZipZap | Zip Foundation | |
---|---|---|
2 | 3 | |
1,220 | 2,379 | |
- | - | |
0.0 | 8.2 | |
over 3 years ago | 8 days ago | |
Objective-C | Swift | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ZipZap
-
Awesome macOS Libraries List
ZipZap - zip file I/O library. Language: Objective-C.
-
Python – Create large ZIP archives without memory inflation
Streaming zip file is going to have issues when compression ratio is not 0 for some implementations (such as ZipFileStream from Java / Android). I fixed this a few years ago for ZipZap: https://github.com/pixelglow/ZipZap/pull/155
Particularly, the local header (per file) is written before the file content, and you cannot get accurate compressed size prior to actual compression. Central file header is at the end of the file, so there is no problem to get accurate compressed size, but some zip reader implementations (such as ZipFileStream) cannot use central file header (because it is at the end), and will use the wrong compressed size.
Zip Foundation
-
Why does my code show the error, "Invalid conversion from throwing function of type '() throws -> Void' to non-throwing function type '@convention(block) () -> Void'"
Are you using zipfoundation? And what line shows this error
-
Awesome macOS Libraries List
ZIPFoundation - Effortless ZIP Handling in Swift. Language: Swift.
-
Ask HN: What are some tools / libraries you built yourself?
Wrote an implementation of the ZIP specification in Swift: https://github.com/weichsel/ZIPFoundation
What are some alternatives?
ZipArchive - ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS.
Zip - Swift framework for zipping and unzipping files.
FileExplorer - FileExplorer is a powerful iOS file browser that allows its users to choose and remove files and/or directories
KZFileWatchers - A micro-framework for observing file changes, both local and remote. Helpful in building developer tools.
AMSMB2 - Swift framework to connect SMB2/3 shares
Ares - Zero-setup P2P file transfer between Macs and iOS devices
DTCollectionViewManager - Protocol-oriented UICollectionView management, powered by generics and associated types.
AppFolder - 🗂 Never use NSSearchPathForDirectoriesInDomains again
DTTableViewManager - Protocol-oriented UITableView management, powered by generics and associated types.
FileKit - Simple and expressive file management in Swift