Re: [Rubydotnet-developer] Performance
Status: Alpha
Brought to you by:
thomas
From: Tim S. <ti...@ih...> - 2004-10-29 09:37:02
|
On Fri, Oct 29, 2004 at 09:30:59PM +1300, Tim Sutherland wrote: [...] > The first set of numbers is from my head and may be a wrong: > my bridge was getting ~500 calls per second, the other two were a bit > faster, maybe 800 or 1500. [...] > And now for the nice numbers... > > Using Hashtable with Equals: ~86,000 calls per second. > Using GCHandle: ~58,000 calls per second. [...] I think Thomas' was around 5000 or so calls per second. It was definitely the best (because of the other bridges' Hashtable problem). But even that bridge can probably be made 10x faster or more pretty easily, as shown by my second set of results. |