chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Parallel procedures in CHICKEN


From: Arthur Maciel
Subject: [Chicken-users] Parallel procedures in CHICKEN
Date: Sat, 24 Dec 2016 02:11:37 -0200

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]