New major release of Parany (v14.0.0)

# opam search parany
[...]
parany 14.0.0      Parallelize any computation

I switched back the runtime to fork+marshal.
As was the case before version 13.0.0.
Versions 13.* (up to 14.0.0 excluded) use ocaml5-threads to parallelize computations.

There is a branch GitHub - UnixJunkie/parany at ocaml5_threads
if anybody wants to maintain this backend.

The Parany.Parmap module has new functions for arrays:

Regards,
F.

3 Likes

Can you tell us more about your reason to switch back to fork+marshal?

2 Likes

I want optimal parallel performance for the kind of workloads I encounter daily at work.