-
Notifications
You must be signed in to change notification settings - Fork 766
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
availability-recovery optimizations #605
Comments
cc #598 |
Adding https://github.com/AndersTrier/reed-solomon-simd to the options to explore |
This will be a breaking change to the format, but it might be worth it - can be coordinated with node_features. Also, while at it, we can also finally fix the merkle commitment to be a binary tree instead of complicated hexary trie. |
Ahh nice, it switches to reed-solomon-simd too. We observe a speed up like the one he claims? :) |
Related to paritytech/polkadot#7411 . We should look further for optimizations for encoding/reconstruction to/from chunks. For example paritytech/reed-solomon-novelpoly#2 or taking advantage of latest SIMD instruction sets.
The text was updated successfully, but these errors were encountered: