We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f353857 commit a4e75efCopy full SHA for a4e75ef
1 file changed
CLAUDE.md
@@ -338,6 +338,13 @@ Encoders create a common dictionary structure expected by their renderer:
338
- Defining static data in the main procedure (hoist to define time, then use `//name`)
339
- Computing derived data on every invocation (use latevars)
340
341
+### Profiling Results
342
+
343
+Large 2D symbols have different runtime bottlenecks, for example:
344
345
+QR Code v40 - Mask evaluation is ~75% of overall runtime; RSEC is fast
346
+Data Matrix 144x144 - RSEC codeword calculation (excluding polynomial generation) is ~75% of overall runtime due to many codeword per block
347
+Aztec Code 32 layers - RSEC coefficients generation is ~95% of overall runtime due to large Galois fields and many ECC codewords
348
349
## Testing
350
0 commit comments