BillBarnardBillBarnard
Starting to like KiXtart
Registered: 2007-03-14
Posts: 141
Loc: Leighton Buzzard, Bedfordshire...
If I run the following program on the last few versions of Kix, and get the output below, I find that V4.61 was much faster than the rest? Is Kixtart's speed very important to users?
Script:-
Code:
; time.kix
break on
@kix ?
$max = 10000000
$start = @ticks
For $i = 1 to $max
$a = 1
Next
$end = @ticks
$end - $start ?