[plt-scheme] Dynamic Procedure Invocation

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Mar 26 13:37:07 EST 2005

On Mar 26, Robby Findler wrote:
> At Sat, 26 Mar 2005 07:36:56 -0800, "Alex Peake" wrote:
> > The <<no eval>> is just a performance issue
> 
> I suspect that you are best off writing the program first and doing
> some performance tuning later. You will be surprised where the
> performance is going.

I agree -- namespace lookups (the namespae-* functions) and hash table
lookups turned out to be surprisingly fast in several heavy
applications that I worked on.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



Posted on the users mailing list.