| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| vx-x86_64-apple-darwin.tar.gz | 2026-06-02 | 32.9 MB | |
| vx-aarch64-apple-darwin.tar.gz | 2026-06-02 | 31.0 MB | |
| vx-aarch64-unknown-linux-gnu.tar.gz | 2026-06-02 | 28.3 MB | |
| vx-x86_64-unknown-linux-gnu.tar.gz | 2026-06-02 | 30.3 MB | |
| 0.74.0 source code.tar.gz | 2026-06-02 | 4.3 MB | |
| 0.74.0 source code.zip | 2026-06-02 | 5.9 MB | |
| README.md | 2026-06-02 | 4.0 kB | |
| Totals: 7 Items | 132.8 MB | 0 | |
Changes
⚠️ Breaks
- ffi: remove vx_file scan (#8152) @myrrc
✨ Features
- Expose row_idx in vortex-jni bindings (#8211) @robert3005
- Support for importing Arrow extension arrays into core vortex arrays and ParquetVariant support. (#8125) @AdamGS
- feat: add experimental
onpairstring encoding (#8144) @joseph-isaacs - Teach zoned pruning to lower StatFn (#7937) @gatesn
- TurboQuant: Add distortion benchmark (#8070) @connortsui20
- Add UUID literal expression to vortex-jni (#8154) @robert3005
- Introduce basic binary compressor schemes and refactor some other bits (#8153) @AdamGS
🚀 Performance
- perf: trim zctl listview instead of full rebuild (#8164) @mhk197
- Use Vec<u64> instead of BTreeSet for splits (#8194) @myrrc
- Skip empty chunks when aggregating over chunked arrays (#8168) @robert3005
- perf: fast FixedSizeListArray canonicalization for chunked arrays (#8161) @joseph-isaacs
- Always use
FileStatsLayoutReaderif available forVortexFilereader (#8147) @connortsui20 - Use selection in repeated scans (#8137) @myrrc
- Reduce monomorphization by dispatching over unsigned integer widths (#8110) @joseph-isaacs
🐛 Bug Fixes
- fix(fuzz): VortexError in file_io (#8189) (#8201) @vortex-claude[bot]
- fix: onpair use crates verison (#8200) @joseph-isaacs
- Fix unsound Delta unsigned-widening cast (#8195) @joseph-isaacs
- fix[fastlanes]: remove unsound delta cast? (#8192) @joseph-isaacs
- Always try compressing extension array's storage directly (#8157) @AdamGS
- fix: code coverage ci task (#8142) @0ax1
- fix: speed up coverage tests and LLVM tools path (#8136) @0ax1
- Pin cargo-edit to version that still supports rust 1.91.0 (#8141) @robert3005
📖 Documentation
- docs: link to Vortex Explorer (#8132) @danking