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

🐎🔨 large refactor of aggregator for better performance #1847

Merged
merged 4 commits into from
Jan 20, 2022

Conversation

maartenbreddels
Copy link
Member

When thread > grids, we do the mutex locks at the C++/aggregator level
instead of the task part level, this means when we have multiple
aggregators, we can use the CPU more effectively.

this will be more cache friendly, since a tighter loop in c++
However, performance isn't great because expressions are always
evaluated with all threads enabled.
A future refactor may make better use of this.
When thread > grids, we do the mutex locks at the C++/aggregator level
instead of the task part level, this means when we have multiple
aggregators, we can use the CPU more effectively.
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

Successfully merging this pull request may close these issues.

1 participant