Euphoria 4.0.0.10 ( euiw.exe ) is more slowly than Euphoria 4.0 ( exw.exe ) , Why?

new topic     » topic index » view thread      » older message » newer message

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
new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu