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

Add more general int64 conversion #4

Open
tskisner opened this issue Jan 28, 2025 · 0 comments
Open

Add more general int64 conversion #4

tskisner opened this issue Jan 28, 2025 · 0 comments

Comments

@tskisner
Copy link
Member

Int64 arrays currently require either fitting into 32bits (after offset subtraction) or conversion to float64. Instead, we could more generally split the upper and lower 32bit values and compress them separately.

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