Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stats propagation through compression #18

Closed
gatesn opened this issue Feb 2, 2024 · 2 comments
Closed

Stats propagation through compression #18

gatesn opened this issue Feb 2, 2024 · 2 comments

Comments

@gatesn
Copy link
Contributor

gatesn commented Feb 2, 2024

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.

@gatesn
Copy link
Contributor Author

gatesn commented Feb 5, 2024

In ctx.compress, we could call stats.update on the result array before returning

@robert3005 robert3005 mentioned this issue Feb 19, 2024
15 tasks
@lwwmanning lwwmanning transferred this issue from another repository Feb 27, 2024
@gatesn
Copy link
Contributor Author

gatesn commented Jun 19, 2024

Closed in favour of #291

@gatesn gatesn closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant