chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Speeding up bit-vector operation (using iset)


From: felix winkelmann
Subject: Re: [Chicken-users] Speeding up bit-vector operation (using iset)
Date: Wed, 17 Mar 2010 09:58:56 +0100

2010/3/16 Lasse Kliemann <address@hidden>:
>
> Are there further possibilities to speed this up?
>

You could compile in fixnum mode, but that would only speed up the
loop a little. All the computation is in the iset module, which is compiled
with default optimization options and (from a quick glance) isn't tuned overly
much for performance.


cheers,
felix




reply via email to

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