Releases: Sphinm/bsdiff-rust
Releases · Sphinm/bsdiff-rust
v0.0.4
Refactored the core implementation to use qbsdiff library, delivering significant performance improvements:
- Parallel Processing: Multi-threaded parallel processing based on rayon, fully utilizing multi-core CPUs
- Standard Compatible: Fully compatible with BSDIFF40 format
- Performance Optimization: Optimized compression algorithms and memory management
- Backward Compatible: API remains unchanged, no code modifications required
v0.0.3
feat: update bsdiff-rust README
v0.0.2
feat: update bsdiff-rust benchmark test
v0.0.1
feat: update zig cross platform