
ZIP Foundation Overview
ZIP Foundation is a library to create, read and modify ZIP archive files.
It is written in Swift and based on Apple's libcompression for high performance and energy efficiency.
To learn more about the performance characteristics of the framework, you can read this blog post.
Features
It is written in Swift and based on Apple's libcompression for high performance and energy efficiency.
To learn more about the performance characteristics of the framework, you can read this blog post.
Features
- Modern Swift API
- High Performance Compression and Decompression
- Large File Support
- In-Memory Archives
- Deterministic Memory Consumption
- Linux compatibility
- No 3rd party dependencies (on Apple platforms, zlib on Linux)
- Comprehensive Unit and Performance Test Coverage
- Complete Documentation