Package: wnpp
Severity: wishlist
Owner: Johannes 'josch' Schauer <jo...@debian.org>
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name    : ocaml-parany
  Version         : 8.0.0
  Upstream Author : Francois Berenger <unixjun...@sdf.org>
* URL             : https://github.com/UnixJunkie/parany
* License         : LGPL-2.1+-with-linking-exception
  Programming Lang: OCaml
  Description     : Generalized map reduce for parallel computers

Parallelize any kind of computation. Generalized map reduce for parallel
computers (not distributed computing).  Can process a very large file in
parallel on a multicore computer; provided there is a way to cut your
file into  independent blocks (the "demux" function).  Can process in
parallel an infinite  stream of elements.

This package is for situations where the existing ocaml parmap doesn't
work on 32bit architectures. See
https://github.com/rdicosmo/parmap/issues/46 for details.

Reply via email to