Multicore architecture exploitation for OCaml programs with minimal modifications
https://opam.ocaml.org/packages/parmap
If you want to use your many cores to accelerate an operation
which happens to be a map, fold or map/fold (map-reduce), just use
Parmap's parmap, parfold and parmapfold primitives in place of the
standard List.map and friends; you can specify the number of
subprocesses to use with the optional parameter ncores, and the
size of granularity of the parallel computation with the optional
parameter chunksize.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / ocaml-parmap
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:ocaml/ocaml-parmap && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_constraints | 0000000292 292 Bytes | |
_link | 0000000124 124 Bytes | |
_service | 0000000711 711 Bytes | |
ocaml-parmap-1.2.5.tar.xz | 0000033756 33 KB | |
ocaml-parmap.changes | 0000003420 3.34 KB | |
ocaml-parmap.spec | 0000002438 2.38 KB |
Comments 0