Hi Konstantin,

On Wednesday, December 17, 2003, 5:14:02 PM, you wrote:

KK> Rebol: 18 seconds

KK> h: make hash! []
KK> start: now/time
KK> n: 100000
KK> for i 1 n 1 [
KK>     append h i
KK> ]

KK> print ["Elapsed time for" n "records" (now/time - start)]

>> h: make hash! 100002
== make hash! []
>> start: now/time/precise repeat i 100000 [insert tail h i] print now/time/precise - 
>> start
0:00:00.121

Do I have such a faster computer here? ;-)

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to