Re: ‘map’ and ‘for-each’ written in Scheme

2011-05-08 Thread Andy Wingo
On Sun 08 May 2011 17:05, l...@gnu.org (Ludovic Courtès) writes: > Could you add benchmarks so we can see how the Scheme and C > implementations compare? Done. Current Guile: $ ./benchmark-guile srfi-1.bm Benchmarking /home/wingo/src/guile/meta/guile ... srfi-1.bm with GUILE_LOAD_PATH=/hom

‘map’ and ‘for-each’ written in Scheme

2011-05-08 Thread Ludovic Courtès
Hello! Could you add benchmarks so we can see how the Scheme and C implementations compare? For the record, the results for ‘fold’: . Thanks, Ludo’.