guile-devel
[Top][All Lists]
Advanced

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

Re: array-copy! is slow & array-map.c (was: Extremly slow for format & s


From: Daniel Llorens
Subject: Re: array-copy! is slow & array-map.c (was: Extremly slow for format & string-join)
Date: Tue, 2 Apr 2013 17:14:00 +0200

Hello,

sorry for the repeated message earlier. 

Ok, i think it's clear that all these double indirections can be eliminated 
globally by composing the strides of the array descriptor with the stride of 
SCM_I_ARRAY_V (array) and using that directly in the array descriptor. Is there 
any reason not to do this?

Regards,

        Daniel


reply via email to

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