v3.1.0
dmtrKovalenko/odiffv3.1.0Aug 26, 2024by github-actions[bot]
AI Summary
A major update focusing on cross-platform compatibility and performance, including native ARM support, SIMD acceleration, and a significant build system cleanup.
Key Highlights
- Native support for ARM targets
- SIMD acceleration for JPEG decoding
- Fixed broken Windows x64 and x86 performance issues
- Upgraded to OCaml 5
- Removed 5,000+ lines of build code
New Features
- Native support for ARM targets
- SIMD acceleration for JPEG decoding
Full Release Notes
 ## Features - Native support for ARM targets - SIMD acceleration for JPEG decoding ## Fixes - Fixed non-working Windows x64 binary since version 0.3.0 - Addressed performance degradation on x86 from version 0.3.0 - Improved performance and memory usage - Upgraded to OCaml 5 ## Miscellaneous We finally managed to fix our build system and CI process (and removed more than 5k lines of code), so now making any changes to odiff and adding new targets will be 1000 times easier. And yeah, isn't the new logo cool?