-
Notifications
You must be signed in to change notification settings - Fork 41
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
Multithread for the win #29
Comments
Found this article about an implementation in Java (see PARALLELIZATION ANALYSIS). May be useful. |
If you're considering multithreading, fibers might be an option too. |
Looks amazing π€© |
This feature is available in php 8.1. |
I believe we should implement several adapters for concurrency/multithreading. I think we should start with pThread because it has the best portability and support at the moment. |
Great. Let's go ahead with your plan! |
Multithreading the algo would significantly improve the performances. We may use the pthread library when available or proc_open (if none are available well π€·ββοΈ )
And it would be so much fun to code π€©
The text was updated successfully, but these errors were encountered: