An open API service indexing awesome lists of open source software.

https://github.com/unixjunkie/parpair

compute in parallel the application of one (or two) function(s) on a pair of elements
https://github.com/unixjunkie/parpair

fork ocaml-library parallel-computing unix

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.