Navigation Menu

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

Take advantage of multi-core processors with Workers #186

Open
Dovyski opened this issue Oct 24, 2013 · 0 comments
Open

Take advantage of multi-core processors with Workers #186

Dovyski opened this issue Oct 24, 2013 · 0 comments

Comments

@Dovyski
Copy link
Member

Dovyski commented Oct 24, 2013

I was reading this article these days and thinking if Flixel Community could benefit from multi-core processors.

The idea is to identify workloads that can be performed in parallel using Workers, such as physics and path planning. It would be awesome if Flixel could check for Workers availability and, if that's the case, take advantage of it, transparently.

A physics plugin based on Workers, for instance, would be a hell of a feature to justify the implementation of some sort of Workers API.

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