vortex
vortex copied to clipboard
A toolkit for working with compressed array data
Currently, per the BtrBlocks paper, our sampling compression logic selects the combination of encodings that leads to the smallest size in bytes. Roughly, this implies that we consider all of...
## 🤖 New release * `vortex-alp`: 0.7.0 -> 0.8.0 * `vortex-array`: 0.7.0 -> 0.8.0 * `vortex-buffer`: 0.7.0 -> 0.8.0 * `vortex-datetime-dtype`: 0.7.0 -> 0.8.0 * `vortex-dtype`: 0.7.0 -> 0.8.0 *...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/vortex-data/vortex). ## Awaiting Schedule The following updates are...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pyo3](https://togithub.com/pyo3/pyo3) | workspace.dependencies | minor | `0.21.2` -> `0.22.0` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [object_store](https://togithub.com/apache/arrow-rs) ([source](https://togithub.com/apache/arrow-rs/tree/HEAD/object_store)) | workspace.dependencies | minor | `0.10.2` -> `0.11.0` |...
ALP, BitPacked and FoR don't have specialized `compare` implementations, and they are all great candidates for improved performance.
Blocked on https://github.com/apache/datafusion/pull/11518 and https://github.com/apache/arrow-rs/pull/6077