Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FoR will compress signed array when min == 0 now (#511)
Fixes #509 Previously, FoR would bail out early if it detected that min == 0. However, we still want to FoR encode when the array is signed, so that we get a bitpackable unsigned array out of FoR compression
- Loading branch information