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

Add multithreading to microbe growth by splitting it into two stages #3645

Closed
hhyyrylainen opened this issue Aug 3, 2022 · 0 comments · Fixed by #4521
Closed

Add multithreading to microbe growth by splitting it into two stages #3645

hhyyrylainen opened this issue Aug 3, 2022 · 0 comments · Fixed by #4521

Comments

@hhyyrylainen
Copy link
Member

Right now all reproduction logic runs in the sync step of microbe simulation, meaning it can't take advantage of multiple cores.
To improve things the growth algorithm needs to be split into two: the growth progress calculation part and godot scale, organelle duplication etc. actions part.

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