parallel-programming-in-multicore-ocaml icon indicating copy to clipboard operation
parallel-programming-in-multicore-ocaml copied to clipboard

Tutorial on Multicore OCaml parallel programming with domainslib

Results 6 parallel-programming-in-multicore-ocaml issues
Sort by recently updated
recently updated
newest added

It'd be useful to run a CI cron job, perhaps weekly to detect any failures early on. Similar to the GitHub actions CI in domainslib: https://github.com/ocaml-multicore/domainslib/blob/master/.github/workflows/main.yml

good first issue

Was curious to know more about the parallel_scan API as it is mentioned. _Task API has a primitive parallel_scan which might come in handy in scenarios like this._ I created...

Running utop 2.13.1, OCaml 5.0.0 Steps to recreate - ``` opam install domainslib utop #require "domainslib" ```

This section refers to Eventlog: https://github.com/ocaml-multicore/parallel-programming-in-multicore-ocaml#eventlog, which no longer exists in OCaml 5. This section should be replaced by `olly` to do the same thing. Perhaps even showing how to...

documentation
good first issue