Skip to content

Commit e7eb833

Browse files
authored
Fix formatting of profiling results in CLAUDE.md
1 parent d234cd8 commit e7eb833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,9 @@ time gs -q -dNOSAFER -dNOPAUSE -dBATCH -sDEVICE=nullpage -c \
387387

388388
Large 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

0 commit comments

Comments
 (0)