benchmarks against mlton-20011006

Stephen Weeks MLton@sourcelight.com
Mon, 1 Apr 2002 09:37:47 -0800


> > > Are your matrix multiplications on list-based matrices?
> > 
> > 200x200 arrays (using Array.array)
> 
> OK - I'm also using lots of arrays for large amounts of data
> (such as vertex arrays and polygon arrays for polygon meshes).
> That might explain why my performance increase seems big...
> 
> BTW - why are you not using Array2? :)

Oops.  We are.