# ECStore - Erasure Coding Storage ECStore provides erasure coding functionality for the RustFS project, using high-performance Reed-Solomon SIMD implementation for optimal performance. ## Features - **Reed-Solomon Implementation**: High-performance SIMD-optimized erasure coding - **Cross-Platform Compatibility**: Support for x86_64, aarch64, and other architectures - **Performance Optimized**: SIMD instructions for maximum throughput - **Thread Safety**: Safe concurrent access with caching optimizations - **Scalable**: Excellent performance for high-throughput scenarios ## Documentation For complete documentation, examples, and usage information, please visit the main [RustFS repository](https://github.com/rustfs/rustfs). ## License This project is licensed under the Apache License, Version 2.0.