Euphoria 4.0.0.10 ( euiw.exe ) is more slowly than Euphoria 4.0 ( exw.exe ) , Why?
- Posted by javier07b9 Apr 01, 2011
- 2824 views
euiw.exe is a 20% more slowly than exw.exe
without warning without type_check sequence a atom b, t integer c, cont a={} a=repeat(a,5000) c=1 b=0 cont=0 for n=1 to length(a) do a[n]=rand(10000) end for puts(1,"Test...\n\n") t=time() while time()-t<5 do b=a[c] c+=1 if c=length(a) then c=1 end if cont+=1 end while puts(1,"FPS = ")?cont/5 while get_key()=-1 do end while