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

Support on grids and efficiency #11

Open
henry2004y opened this issue Apr 22, 2021 · 0 comments
Open

Support on grids and efficiency #11

henry2004y opened this issue Apr 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@henry2004y
Copy link
Owner

Currently most tracing functions in the package assume regular grid, meaning that the size of each cell is not changing. However, the whole grid information is passed all the way down to the kernel functions, which may be a waste of memory.

In the future we may want to extend the functions to support more grid types, so be careful about changing the kernel functions. We need to find a balance between generalization and efficiency.

@henry2004y henry2004y added the enhancement New feature or request label Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant