Skip to content

Commit 453620e

Browse files
authored
Fix typo in CLAUDE.md regarding polynomial generation
1 parent 7a81863 commit 453620e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)