-
Notifications
You must be signed in to change notification settings - Fork 29
Add Scala.js and Scala Native artifacts that have serial behavior? #251
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
Comments
I haven't tested this, but I think a simple solution might be to just change scala-parallel-collections/core/src/main/scala/scala/collection/parallel/package.scala Line 39 in ec2c34b
parasitic on native and js.
At least I think with that EC |
@sjrd agree? |
|
With the Scala Native 0.5.0 it would be beneficial to support Scala Native artifacts. With the added multithreading support there should be no issues with using parallel collections and |
Wow, cool! Yes, a PR on that would be welcome. |
as suggested by @JD557
Pros:
Cons:
.par
using code compile but not get any actual parallelismThe text was updated successfully, but these errors were encountered: