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
- Host: GitHub
- URL: https://github.com/unixjunkie/parpair
- Owner: UnixJunkie
- License: other
- Created: 2018-06-12T07:52:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T09:07:58.000Z (almost 8 years ago)
- Last Synced: 2025-04-14T05:43:31.457Z (12 months ago)
- Topics: fork, ocaml-library, parallel-computing, unix
- Language: OCaml
- Size: 15.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.