-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
vlib: add an arrays.parallel
module, containing parallel.run/3
and parallel.amap/3
implementations
#22090
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4894c4d - Browse repository at this point
Copy the full SHA 4894c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ae099 - Browse repository at this point
Copy the full SHA b0ae099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8641a - Browse repository at this point
Copy the full SHA 1e8641aView commit details -
Update vlib/arrays/parallel_test.v
Co-authored-by: Delyan Angelov <delian66@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4f9ea13 - Browse repository at this point
Copy the full SHA 4f9ea13View commit details -
fix(arrays): moving the run and amap implementation to arrays.parallel
Per the code comments, moving the run and amap implementation to arrays.parallel Ensuring ordering in amap() implementation Enhancing tests to not be module specific per code comments
Configuration menu - View commit details
-
Copy full SHA for 747551a - Browse repository at this point
Copy the full SHA 747551aView commit details -
fix(arrays): moving the run and amap implementation to arrays.parallel
Per the code comments, moving the run and amap implementation to arrays.parallel Ensuring ordering in amap() implementation Enhancing tests to not be module specific per code comments
Configuration menu - View commit details
-
Copy full SHA for 0dff6e5 - Browse repository at this point
Copy the full SHA 0dff6e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a5794b - Browse repository at this point
Copy the full SHA 5a5794bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7937ce0 - Browse repository at this point
Copy the full SHA 7937ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for be24c3a - Browse repository at this point
Copy the full SHA be24c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d22917c - Browse repository at this point
Copy the full SHA d22917cView commit details -
remove dependence on math just for math.max, and on runtime (responsi…
…bility of the caller). Fix races (<< is not thread safe) on macos, cleanup and comment more
Configuration menu - View commit details
-
Copy full SHA for 642469e - Browse repository at this point
Copy the full SHA 642469eView commit details -
make the API more ergonomic for the common use case, by using an opti…
…onal workers parameter
Configuration menu - View commit details
-
Copy full SHA for 94d0006 - Browse repository at this point
Copy the full SHA 94d0006View commit details