Commit a6fd92f
docs(readme): refresh top-N numbers at 80M rows for consistency
Top-N (first 10/100 rows) re-measured at the same 80M-row OHLC file
used by the full-scan table. File size affects open + footer scan
overhead, so numbers differ from the 10M run:
- top-10: Java 2,701 vs JNI 550 ops/s → 4.9x
- top-100: Java 2,697 vs JNI 573 ops/s → 4.7x
Both tables now reference the same fixture.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c00fdf7 commit a6fd92f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments