[plt-scheme] getting better speed with JIT

From: Prabhakar Ragde (plragde at uwaterloo.ca)
Date: Sun Dec 2 20:53:20 EST 2007

Matthew Flatt wrote:

> I must say, though, that code serious enough to benchmark belongs in a
> module. 

I agree. These weren't serious benchmarks I was talking about. They were 
little programs to be shown to first-year students in the context of 
learning about efficiency, and the underlying message is "Once you get 
past O-notation, there are a lot of factors affecting efficiency, and 
you don't know about most of them [*]." In that context, (require 
mzscheme) is actually a nice illustration, and I suppose wrapping code 
in a module (which they know a little about at this point) would be one 
as well. --PR

[*] Neither do I, clearly.


Posted on the users mailing list.