1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 12:10:28 +02:00

NEWS: Mention par-for-each, alongside par-map, being fixed to use all cores

* NEWS: Mention par-for-each, alongside par-map, being fixed to use all
  cores.
This commit is contained in:
Mark H Weaver 2012-11-29 17:50:56 -05:00
parent a94e7d85dd
commit 2813d72571

3
NEWS
View file

@ -41,7 +41,8 @@ future to completed. This allows all threads to be kept busy, and was
made possible by the use of delimited continuations (see the manual for made possible by the use of delimited continuations (see the manual for
details.) details.)
Consequently, `par-map' has been rewritten and can now use all cores. Consequently, `par-map' and `par-for-each' have been rewritten and can
now use all cores.
** `load-in-vicinity' search for `.go' files in `%load-compiled-path' ** `load-in-vicinity' search for `.go' files in `%load-compiled-path'