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

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 message » categorize

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

javier07b9 said...

euiw.exe is a 20% more slowly than exw.exe

Confirmation:

euiw:   3,328,556.2 (r4618M) 
Eu2.4:  4,933,574.4 
euc:    6,708,896.2 (r4618M) 
Phix:   8,747,185.4 
p -c:  12,243,165.2 
tee-hee,
Pete

new topic     » goto parent     » topic index » view message » categorize

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

euiw: 3,328,556.2 (r4618M)
Eu2.4: 4,933,574.4
euc: 6,708,896.2 (r4618M)
Phix: 8,747,185.4
p -c: 12,243,165.2

p -c: ? What is it?

euiw 4.0.10 : 4189781.1 FPS
exw 4.0.0 : 5993256.2 FPS
ecw + watcom : 7175342.1 FPS

How is it possible that I get more FPS in your euiw.exe,
however I can not reach the 12 million or with Watcom ...
Can you explain what programs you used?
Thanks ...

new topic     » goto parent     » topic index » view message » categorize

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

javier07b9 said...

How is it possible that I get more FPS in your euiw.exe,
however I can not reach the 12 million or with Watcom ...
Can you explain what programs you used?

Phix is my windows-only version of Eu, available at http://www.phix.isgreat.org/. YMMV, but it did rather well on this particular test it seems.

javier07b9 said...

p -c: ? What is it?

p -c is just Phix compiled

Regards, Pete

new topic     » goto parent     » topic index » view message » categorize

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

Congratulations, really surprised me that PhiX.

new topic     » goto parent     » topic index » view message » categorize

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

compile with PhiX

Hi, I tried to compile any program with the option "p -c program.exw" It does not work I get the error. As you compile?

new topic     » goto parent     » topic index » view message » categorize

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

Yes, that is right.

However, I am struggling with Edita on 4.0.2 at the moment, once that's sorted I'll upload a new release and we'll go from there.

Regards,
Pete

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu