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

Store cells' user data in a vector instead of unordered_map #9

Open
iljah opened this issue Aug 29, 2015 · 0 comments
Open

Store cells' user data in a vector instead of unordered_map #9

iljah opened this issue Aug 29, 2015 · 0 comments

Comments

@iljah
Copy link
Contributor

iljah commented Aug 29, 2015

The dominant use case for dccrg seems to be to iterate over all cells' data which has been seen to be surprisingly slow if that data is stored in an unordered_map. Cell data pointer cache helps but might not be usable for e.g. internal remote neighbor data update function. If cell pointer cache cannot be used there easily, cells' user data should be stored in a vector for faster access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant