Skip to content

Commit 315f4db

Browse files
committed
Update CONTRIBUTING.md
1 parent 98577dd commit 315f4db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ create a hooks entries named like `qrcode.before`.
11371137

11381138
### Profiling Results
11391139

1140-
Performance enhancements are welcome, but significant gains are hard won. Large 2D symbols have different bottlenecks: QR Code and Han Xin are mask evaluation bound; Data Matrix is RSEC bound (mitigated by FIFO caches). Aztec splits roughly evenly between input encoding and RSEC. PDF417 and MicroPDF417 are fast enough that no single phase dominates. See encoder source for attempted optimizations.
1140+
Performance enhancements are welcome, but significant gains are hard won. Large 2D symbols have different bottlenecks: QR Code, Han Xin and DotCode are mask evaluation bound (DotCode's cost roughly doubles when the score threshold fails and the lit-edge variants are re-scored); Data Matrix is RSEC bound (mitigated by FIFO caches). Aztec splits roughly evenly between input encoding and RSEC. PDF417 and MicroPDF417 are fast enough that no single phase dominates. See encoder source for attempted optimizations.
11411141

11421142

11431143
## Testing

0 commit comments

Comments
 (0)