Releases: dropbox/fast_rsync
Releases · dropbox/fast_rsync
v0.2.0
- API-breaking changes:
- Remove the separate "storage" lifetime from the Signature API. (#20)
- Optimizations:
- Implement SIMDized MD4 for AArch64. (#19)
v0.1.4
- Some optimizations:
- Shrink main hashmap after blocks are no longer being added (#10)
- Make the second layer hashmap more memory efficient (#11)
- Add #[inline] to Crc methods. (#12)
- API improvement:
- Make output buffers generic to support streaming (#9)
fast_rsync
no longer requires Rust nightly:
- Remove dependency on packed_simd by using SIMD intrinsics. (#6)
v0.1.3
- Support newer rustc versions by updating packed_simd to packed_simd_2
v0.1.2
- Support compilation on non-x86 architectures
- (test only) Update librsync pin to support aarch64-apple-darwin