Skip to content
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

Make Reed Solomon erasure coding FAST #3

Open
fare opened this issue Jul 30, 2024 · 0 comments
Open

Make Reed Solomon erasure coding FAST #3

fare opened this issue Jul 30, 2024 · 0 comments

Comments

@fare
Copy link
Contributor

fare commented Jul 30, 2024

The current implementation works but is way too slow.

  • Use F_2^64 or smaller instead of F_2^256 ?
  • Avoid allocation by using type-declared u64vector's instead of vectors of bignums
  • If all else fails, use FFI to C ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant