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

Implement overlapping sub-grids optimisations #9

Open
MatveyK opened this issue May 4, 2017 · 0 comments
Open

Implement overlapping sub-grids optimisations #9

MatveyK opened this issue May 4, 2017 · 0 comments

Comments

@MatveyK
Copy link
Owner

MatveyK commented May 4, 2017

Tha system currently struggles with large outputs due to undefined states and possibly slow computation time. It thus could be good idea to divide the large output into small sub-grids and resolve them separately from one another. In order to preserve global coherence we would just need to overlap the sub-grids so that they can propagate the information between them.

It could also provide an easier framework for eventual multithreading work.

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