domainslib icon indicating copy to clipboard operation
domainslib copied to clipboard

Parallel Programming over Domains

Results 33 domainslib issues
Sort by recently updated
recently updated
newest added

I had a strange case where `opam upgrade` wanted me to downgrade domainslib from 0.5.1 to 0.5.0: ``` C:\Users\simn>opam upgrade The following actions will be performed: === downgrade 1 package...

Dear domainslib maintainers, While working on a repro case [for an unrelated data race](https://github.com/ocaml/ocaml/issues/14136), I observed that the `fib_par.ml` example in the README exhibits a TSAN data race! ``` (cli)...

Hi and thanks for the library! I am opening this issue a bit early, as I haven't minimized the problem I have, in the hope maybe someone will be able...