Skip to content

Commit

Permalink
chore: enable simd-accel feature for reed solomon crate (#12629)
Browse files Browse the repository at this point in the history
Using simd will speed up the reed solomon encoding and decoding
  • Loading branch information
stedfn authored Dec 16, 2024
1 parent d3b8e0b commit 164dc48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ rand_hc = "0.3.1"
rand_xorshift = "0.3"
rayon = "1.5"
redis = "0.23.0"
reed-solomon-erasure = "6.0.0"
reed-solomon-erasure = { version = "6.0.0", features = ["simd-accel"] }
regex = "1.7.1"
region = "3.0"
reqwest = { version = "0.11.14", features = ["blocking"] }
Expand Down

0 comments on commit 164dc48

Please sign in to comment.