Avoid per-element cons for 1-arg case of array-map!
authorDaniel Llorens <daniel.llorens@bluewin.ch>
Tue, 2 Apr 2013 13:23:55 +0000 (15:23 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 3 Apr 2013 19:46:27 +0000 (21:46 +0200)
commit9a68d7b388c610cdbc5689ae9cbadb70ee311f67
treedc552b176c2838d69eb011855dddea34382c3e87
parent75a1b26c5d06e791afce10be9b1ab4e5272e45b4
Avoid per-element cons for 1-arg case of array-map!

* libguile/array-map.c: (ramap): special case when ras is a 1-element list.
libguile/array-map.c