Hi!

Is there a way to implement map, for-each and other procedures in a
parallel way so

(use srfi-1)
(map (lambda (x) (+ x 1)) (iota 1000000)

would automatically split the list into smaller lists according to the
number of CPU cores and then gather the results back?

Thanks in advance.

Cheers,
Arthur
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to