You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I understand right that this still isn't exposed in the API? I'm hoping for some sort of function (or chain of functions) that take me from e.g. &[f32] -> Vec<u8>.
For ALP-RD we need to bitpack te values which is not wired here yet. This is very specific to how ALP-RD is laid out internally and return type would be more complex than just Vec<u8>. Generally if your data is ALP encodeable you can run ALP on it and then use https://github.com/spiraldb/fastlanes for bitpacking. The full cascading compression is implemented in https://github.com/spiraldb/vortex/
Currently I just split, dict-encode etc. Need to wire up bit-packing (and unpacking)
The text was updated successfully, but these errors were encountered: