-
Notifications
You must be signed in to change notification settings - Fork 32
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 Support for Parallelization Using Rayon Library #72
Comments
Thank you for your interest in improving Peroxide with parallelization. I appreciate your suggestion and the example code you provided. Here are my thoughts on this:
If you'd like to contribute to this, I can create a new branch for you to push your changes. This would allow us to review and iterate on the implementation together. Let me know if you're interested in proceeding this way. |
Hi @Axect
I agree with this one.
I was thinking - we can also have like a
Yes, please create a branch for this and share it with me. I can push my current changes there. |
Thank you for your feedback and interest in contributing to this parallelization effort. I appreciate your thoughts on the different approaches we could take. I've created a new branch for this feature. The branch is named: 72-add-support-for-parallelization You can now push your current changes to this branch. This will allow us to review the implementation together and iteratively improve it. I look forward to seeing your work and discussing further how we can best implement parallelization in Peroxide. Please let me know if you need any assistance with accessing the branch or have any questions as you proceed with your contributions. |
Hi @Axect ,
I want to know if you are interested or have any plans regarding adding support for parallelization. The Rayon library can be used for that. I have been playing around with parallelizing some methods in this library. Although I have not benchmarked the results, this might be a nice option to have. What do you think?
Some methods can be easily parallelized, while some might require special algorithms. For example:
If you have a new branch for this item where I can push my changes, please let me know. Maybe it will give you a better overview.
The text was updated successfully, but these errors were encountered: