"fastfib" in the gf package faster than "fib"



Zach wrote:
> As does ECL and CMUCL.

CMUCL's threads are "Green" threads, and can't be run on multiple 
processors.  All threads run on just one processor because it doesn't 
talk to the OS to create threads.

Ray