[plt-scheme] About extensions, inlining, fixnums and performance
On Tue, Mar 25, 2008 at 12:55 PM, Fabien Delorme
<fabien.delorme at gmail.com> wrote:
...
> I'm currently having a little problem with inlining and mzscheme
> extensions. I'm using version 360.
>
> I wrote an extension offering numerical operations for fixnums : fix+,
> fix-, ... The goal is to have the fastest possible code when dealing
> with numerical computations.
The easiest way to improve performance is to upgrade to 3.99. It is
fair bit faster for numerical ops.
N.