compute in parallel the application of one (or two) function(s) on a pair of elements
Find a file
2018-06-12 18:07:42 +09:00
jbuild can build and even run tests via jbuilder 2018-06-12 17:11:21 +09:00
LICENSE use the standard ocaml license for libraries 2018-06-12 16:55:11 +09:00
parpair.ml added Parpair along with its interface 2018-06-12 17:14:56 +09:00
parpair.mli added Parpair along with its interface 2018-06-12 17:14:56 +09:00
parpair.opam added parpair.opam 2018-06-12 17:12:55 +09:00
README.md added warning in README 2018-06-12 18:07:42 +09:00
test.ml added unit tests 2018-06-12 17:13:40 +09:00

parpair

compute in parallel the application of one (or two) function(s) on a pair of elements

Warning: requires a real operating system, with a fork system call.