[plt-scheme] Drscheme boost programs performance
Just a note: code running under DrScheme is slower than the same code
running under MzScheme or MrEd. DrScheme disables the JIT, IIRC, so
that it can report better error messages. Try your code in MrEd.
N.
On Thu, Feb 19, 2009 at 1:36 PM, Jesus Boadas <jboadas at gmail.com> wrote:
> ...
> network, I also get some UI demos and play with It, reading documentation
> and looking for some answers, but (IMHO) I get a slow feeling response using
> the UI aplications (like a feeling using a .NET application, no as bad as
> java-vm but slow than C/C++), ...