File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -685,13 +685,13 @@ Large 2D symbols have different runtime bottlenecks, for example:
685685
686686** Data Matrix** - ~ 75% of 144x144 runtime is RSEC codeword calculation; bottleneck is due to many codewords per block
687687- ECC codeword calculation is already optimal so there is little that can be gained
688- - Generator polynomical generation is negligable compared to codeword calculation
688+ - Generator polynomial generation is negligable compared to codeword calculation
689689
690690** Aztec Code** - ~ 95% of 32-layer runtime is RSEC coefficient generation; bottleneck is large Galois field operations
691691- This cost is largely amortised during long production runs by using a FIFO cache
692692
693693** PDF417** - At high ECC levels RSEC coefficient generation is ~ 85% of initial runtime
694- - Lazy loading of all polynomials reduces this time for subsequent symbols
694+ - This cost is largely amortised during long production runs by using a FIFO cache
695695
696696** MicroPDF417** - No significant bottleneck
697697- Coefficient generation is quick due to limited number of error codewords
You can’t perform that action at this time.
0 commit comments