[Mono-devel-list] System.Web/System.Web.UI - patch (code synchronization between Mono and Mainsoft)

Ben Maurer bmaurer at ximian.com
Sat Jun 11 03:01:29 EDT 2005


On Sat, 2005-06-11 at 09:43 +0300, Ilya Kharmatsky wrote:
> >   
> In "empty page" benchmark - under heavy stress - it took 3-5% of
> overall server side job.
> I'm talking about "empty page", where no too much flows works. 

Wow. How much slower are you on a raw benchmark of accessing a struct
array?

Given those numbers, it seems like struct member access is a few orders
of magnitude slower than it should be. Sounds like something that needs
to be fixed at the source... A 3-5% improvement on web requests makes
for a nice incentive!

> > BTW, doesn't this show up with Hashtable, which also uses an array of
> > structs?
> > 
> >   
> 
> In Grasshopper we are using completely different implementation of
> Hashtable (BTW our 
> implementation doesn't use structs and works faster then mono's
> original hashtable and msft
> hashtable).

How about in terms of memory usage? Care to share? Have benchmarks?

-- Ben




More information about the Mono-devel-list mailing list