Commit 185bb37
test(integration): use cascading(3) in WriteFileSizeIntegrationTest for fair JNI comparison
Java writer was using WriteOptions.defaults() (no cascading), while JNI uses
ALP+FastLanes bitpacking by default — an apples-to-oranges comparison.
Switching to cascading(3) on the Java side brings the ratio from ~6x down to
~1.16x (Java=1.2 MB vs JNI=1.0 MB for 100K OHLC rows). Tighten assertion
to < 2x to catch regressions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 06d1299 commit 185bb37
1 file changed
Lines changed: 4 additions & 4 deletions
File tree
- integration/src/test/java/io/github/dfa1/vortex/integration
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
0 commit comments