vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
final touches Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/tq-pull-out
45 minutes ago
fix(fsst): widen FSST output offsets to i64 to avoid i32 overflow `fsst_compress_iter` previously hardcoded `VarBinBuilder::<i32>` for the FSST output, panicking once cumulative compressed bytes crossed `i32::MAX`. Switch to `VarBinBuilder::<i64>` so large inputs compress without overflow. The `FSSTMetadata.codes_offsets_ptype` field already records the offset PType, so existing serialized arrays continue to deserialize unchanged. Widening exposed a latent bug in `VarBin::compare`: with i64 offsets, the LHS is converted to Arrow `LargeBinary`/`LargeUtf8` (per `preferred_arrow_type`), but the RHS scalar was hardcoded to `Binary`/ `Utf8`. Arrow refuses `LargeBinary == Binary`. The RHS now picks the matching Arrow type from the LHS Datum. The previously-ignored regression test `fsst_compress_offsets_overflow_i32` now passes when run with `--ignored`. It still allocates ~5 GiB and stays `#[ignore]`d. Signed-off-by: Claude <noreply@anthropic.com>
claude/move-fsst-regression-test-7724L
58 minutes ago
locks Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/intersect-by-rank
4 hours ago
more Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/intersect-by-rank
4 hours ago
Fix features of vortex-python (#7837) We were missing dev features, fixes #7737 Signed-off-by: Robert Kruszewski <github@robertk.io>
develop
4 hours ago
Fix features of vortex-python Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/vortex-python
5 hours ago
final touches Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/tq-pull-out
5 hours ago
final touches Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/tq-pull-out
5 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
TurboQuant again!
#7829
5 hours ago
12b4aa0
ct/tq-pull-out
CodSpeed Performance Gauge
-24%
[claude] fix(fsst): widen FSST output offsets to i64 to avoid i32 overflow
#7836
5 hours ago
b9becd9
claude/move-fsst-regression-test-7724L
CodSpeed Performance Gauge
-24%
Improve intersect_by_rank performance
#7744
4 hours ago
3083876
rk/intersect-by-rank
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs