Commit e643fb8
pystrhex: Lower SIMD separator threshold to 8 bytes
Lower the threshold from abs_bytes_per_sep >= 16 to >= 8 for the SIMD
hexlify + memmove shuffle path. Benchmarks show this is worthwhile for
sep=8 and above, but memmove overhead negates benefits for smaller values.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2fe987c commit e643fb8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments