Skip to content
Commit 088a7a4e authored by Anders Martinsson's avatar Anders Martinsson
Browse files

Don't store an operation vector for the decoder



The operation vector is fast but the number of combinations (hole-locations and
repair-symbols) result in to many cache misses for all but the smallest block
sizes.
Testing with randomized hole-locations and repair-symbols show that caching the
matrix created in the gen-step is faster for a block-size of 26 and up. Another
benefit is that the key-size is smaller.

Signed-off-by: default avatarAnders Martinsson <anders.martinsson@intinor.se>
parent 119f2c74
Pipeline #185 failed with stages
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment