-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop using fork for erasure coded reads #13
Comments
Hi, it seems like https://github.com/rust-rse/reed-solomon-erasure has been inactive for a year. Is there any chance we can find a replacement or alternative? We are interested in using hdfs-native, but this issue is causing a problem for us. |
I briefly looked at https://gitlab.com/kschibli/isa-l-rs (since Hadoop already integrates with isa-l) but that was more complex to implement and hasn't been touched in over three years. Also considered just trying to follow the Java implementation and roll my own in Rust, but once I figured out the
|
Using |
Yeah you need to put it behind a feature which is unfortunate. I'm open to suggestions or contributions if you have other ideas! |
I started working on a custom implementation now that I've started to wrap my head around how reed-solomon works. Hoping I might have something working in a few weeks 🤞 |
If rust-rse/reed-solomon-erasure#108 gets merged, we can use the library directly instead of relying on a fork for custom matrices
The text was updated successfully, but these errors were encountered: