File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -387,9 +387,9 @@ time gs -q -dNOSAFER -dNOPAUSE -dBATCH -sDEVICE=nullpage -c \
387387
388388Large 2D symbols have different runtime bottlenecks, for example:
389389
390- QR Code v40 - Mask evaluation is ~ 75% of overall runtime; RSEC is fast
391- Data Matrix 144x144 - RSEC codeword calculation (excluding polynomial generation) is ~ 75% of overall runtime due to many codeword per block
392- Aztec Code 32 layers - RSEC coefficients generation is ~ 95% of overall runtime due to large Galois fields and many ECC codewords
390+ - QR Code v40 - Mask evaluation is ~ 75% of overall runtime; RSEC is fast
391+ - Data Matrix 144x144 - RSEC codeword calculation (excluding polynomial generation) is ~ 75% of overall runtime due to many codeword per block
392+ - Aztec Code 32 layers - RSEC coefficients generation is ~ 95% of overall runtime due to large Galois fields and many ECC codewords
393393
394394## Testing
395395
You can’t perform that action at this time.
0 commit comments