In-place and batch decode
functions
#217
Labels
ECC
Having to do with the ECC submodule
good first issue
Good for newcomers
performance bug
Something is unreasonably slow
In #212 we provide a number of decoders, however the current interface has performance detriments:
decode!
method that does not allocate a new array each time it outputs a guessdecode_batch
method that can take advantage of vectorization and SIMD (or at least it can take advantage of multi-threading)vcat
used in the decoders is pretty bad for performance and a good first place to try a fixThe text was updated successfully, but these errors were encountered: