-
Notifications
You must be signed in to change notification settings - Fork 15
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
FEATURE: Make work with rayon #5
Comments
Hello, I was wondering if there was any update to this issue? |
@Ge0rges No, I haven't thought about it in awhile, but I could revisit it soon. The best way to use multiple threads is as shown in the example program (fakeminimap2) using a worker queue system. It has to do with the send + sync traits with the minimap2 FFI. I would like to get there eventually though. |
Misspoke. My brain isn't working. Still, should be working, can you give it a try and let me know? |
I think it works? I wrote a quick implementation for chopper. |
Awesome! I'll keep it as "experimental" for now and if nobody has any major issues I'll mark it as stable next release or so. |
Rayon works |
No description provided.
The text was updated successfully, but these errors were encountered: