ocaml-multicore / effects-examples

Examples to illustrate the use of algebraic effects in Multicore OCaml
ISC License
423 stars 35 forks source link

Parallel Sieve of Eratosthenes example #6

Closed dhil closed 8 years ago

dhil commented 8 years ago

Message-passing parallel prime number generation using handlers to schedule processes and handle communication between them.

kayceesrk commented 8 years ago

Excellent. Thanks!