Skip to content

Releases: Sphinm/bsdiff-rust

v0.0.4

14 Dec 04:16

Choose a tag to compare

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

03 Sep 04:45

Choose a tag to compare

feat: update bsdiff-rust README

v0.0.2

02 Sep 16:00

Choose a tag to compare

feat: update bsdiff-rust benchmark test

v0.0.1

02 Sep 03:27

Choose a tag to compare

feat: update zig cross platform