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

Avoid creating exact copies of grids #10

Open
nhuebbe opened this issue Sep 9, 2020 · 0 comments
Open

Avoid creating exact copies of grids #10

nhuebbe opened this issue Sep 9, 2020 · 0 comments
Assignees

Comments

@nhuebbe
Copy link
Contributor

nhuebbe commented Sep 9, 2020

Currently, every grid that the user defines creates an independent domain decomposition, which will be filled with data by the esdm_write_grid() and esdm_read_grid() calls. Even when the grid matches an existing grid exactly.

Somehow deduplicate the grids when they enter fixed axes state. Either an entire grid with the exact same axes, or share references to the stored fragments (hash table keyed on fragment shapes? or detection based on axis comparisons?).

@nhuebbe nhuebbe self-assigned this Sep 9, 2020
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