ocaml-multicore/domainslib

Implement iterators that mirror Stdlib.Array

kayceesrk opened this issue · 0 comments

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