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 parallelism for proximity behaviors #39

Open
Razoric480 opened this issue Mar 10, 2020 · 0 comments
Open

Add parallelism for proximity behaviors #39

Razoric480 opened this issue Mar 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Razoric480
Copy link
Collaborator

The current implementation of the proximity behaviors involves iterating over anyone who "fits the bill" of the proximity and then calling a callback on them to act upon the behavior as necessary.

Once it's out of the proximity's hands, the potential for a worker thread or two or more to substantially increase performance is significant, especially when there are a lot of agents.

@Razoric480 Razoric480 added the enhancement New feature or request label Mar 10, 2020
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