Hans-Georg wrote:
Okay, I wondered why object creation was so fast in the last example: I created only 1 million objects. So again, this time with RB2006:

So lets say you have scientific project which requires you to create 10 million objects. That takes in seconds:
RB2006    7.37
RB 5.5    6.37
RB 4.5    2.20

Lets append this 10 million objects to an array:
RB2006    9.60
RB 5.5    9.60
RB 4.5    1.30

And now call a function on each object:
RB2006    2.21
RB 5.5    1.15
RB 4.5    0.73

At last calc the total:
RB2006    19,18
RB 5.5    17,12
RB 4.5    4.23

Hans-Georg
Ye Gods! That doesn't say much for the new compiler, does it?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to