ocaml-multicore / domainslib

Parallel Programming over Domains
ISC License
173 stars 30 forks source link

Implement iterators that mirror Stdlib.Array #119

Open kayceesrk opened 11 months ago

kayceesrk commented 11 months ago

It would be useful to implement parallel versions of Stdlib.Array iterators (see https://v2.ocaml.org/api/Array.html#1_Iterators). In particular, implement iter, iteri, map, map_inplace, mapi, mapi_inplace.

Related to