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
The stats of a compressed array should equal the stats of the uncompressed array.
Further, the stats from the compressed array can be used to populate the stats of compressed internals. e.g. the internal array of ZigZag encoding should zigzag_encode the min/max from the original array to compute a potential new max.
The text was updated successfully, but these errors were encountered:
The stats of a compressed array should equal the stats of the uncompressed array.
Further, the stats from the compressed array can be used to populate the stats of compressed internals. e.g. the internal array of ZigZag encoding should zigzag_encode the min/max from the original array to compute a potential new max.
The text was updated successfully, but these errors were encountered: