-
Notifications
You must be signed in to change notification settings - Fork 3
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
Decrease grid file size #12
Comments
A simple strategy is to compress the grids. I've tried the following compression algorithms:
A disadvantage is that compressing the grids (which we can do once) adds a decompression penalty every time we read it. Therefore the following timings are relevant (each using a compressed grid with the fastest compression algorithm on
Here also the corresponding numbers with the best compression:
|
Commit 1f4df99 implements reading from an LZ4 compressed stream, using the |
The grids that are currently produced are rather large (CMSDY2D11 is 800 MB large), but this can be optimized using several strategies:
The text was updated successfully, but these errors were encountered: