Commit e5e7a2a
docs(TODO): track OHLC bench regression on close and symbol
Two reproducible runs after the static-final ValueLayout sweep
(`513fc09`) show `javaReadClose` 62 ops/s and `javaReadSymbol`
7.6-8.7 ops/s — well below the README baselines (118 and 27.8
respectively). `javaReadVolume` is steady at ~115 (was 120), within
noise.
The sweep itself was inert for those columns (the layouts it touched
are not on the close/symbol hot path), so the regression predates
it. Primary suspect: commit 347bc34 introduced vortex.dict layout
plus vortex.fsst codec, which likely rerouted `symbol` through dict
and may have shifted `close`'s ALP sub-encoding.
Add a TODO entry so the regression doesn't slip past the next time
someone updates the README perf table.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 513fc09 commit e5e7a2a
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
11 | 22 | | |
12 | 23 | | |
13 | 24 | | |
| |||
0 commit comments