Execution Time of Messages


Direct Addition to Components of a List:

> (time (t3 3 4 1000))
run time  : 0.180 secs


Call Function to Add to Components of a List:

> (time (t2 3 4 1000))
run time  : 0.220 secs   ; vs. 0.007 sec for C


Message to Add to Components of an Object:

> (time (t1 3 4 1000))
run time  : 2.240 secs


Message to Add and Create New Object:

> (time (t4 3 4 1000))
run time  : 8.380 secs

Contents    Page-10    Prev    Next    Page+10    Index