We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fc49a commit d9bce2eCopy full SHA for d9bce2e
examples/quick-comparison.rs
@@ -23,7 +23,7 @@ fn main() {
23
println!(" µs (init) µs (encode) µs (decode)");
24
println!(" --------- ----------- -----------");
25
26
- for count in [32, 64, 128, 256, 512, 1024, 4 * 1024, 32 * 1024] {
+ for count in [8, 16, 32, 64, 128, 256, 512, 1024, 4 * 1024, 32 * 1024] {
27
println!("\n{}:{} ({} kiB)", count, count, SHARD_BYTES / 1024);
28
test_reed_solomon_simd(count);
29
test_reed_solomon_16(count);
0 commit comments