mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
- Remove all conditional compilation (#[cfg(feature = "reed-solomon-simd")]) - Rewrite erasure_benchmark.rs to focus on SIMD performance testing - Transform comparison_benchmark.rs into SIMD performance analysis - Update all documentation and comments to English - Remove references to reed-solomon-erasure implementation - Streamline benchmark groups and test configurations - Add comprehensive SIMD-specific performance tests Breaking Changes: - Benchmarks no longer compare different implementations - All benchmarks now test SIMD implementation exclusively - Benchmark naming conventions updated for clarity Performance Testing: - Enhanced shard size sensitivity analysis - Improved concurrent performance testing - Added memory efficiency benchmarks - Comprehensive error recovery analysis