1. 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
2. Re: Euphoria 4.0.0.10 ( euiw.exe ) is more slowly than Euphoria 4.0 ( exw.exe ) , Why?
- Posted by petelomax Apr 02, 2011
- 2658 views
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.2tee-hee,
Pete
3. Re: Euphoria 4.0.0.10 ( euiw.exe ) is more slowly than Euphoria 4.0 ( exw.exe ) , Why?
- Posted by javier07b9 Apr 02, 2011
- 2687 views
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 ...
4. Re: Euphoria 4.0.0.10 ( euiw.exe ) is more slowly than Euphoria 4.0 ( exw.exe ) , Why?
- Posted by petelomax Apr 02, 2011
- 2658 views
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.
p -c: ? What is it?
p -c is just Phix compiled
Regards, Pete
5. Re: Euphoria 4.0.0.10 ( euiw.exe ) is more slowly than Euphoria 4.0 ( exw.exe ) , Why?
- Posted by javier07b9 Apr 03, 2011
- 2589 views
Congratulations, really surprised me that PhiX.
6. Re: Euphoria 4.0.0.10 ( euiw.exe ) is more slowly than Euphoria 4.0 ( exw.exe ) , Why?
- Posted by javier07b9 Apr 14, 2011
- 2355 views
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?
7. Re: Euphoria 4.0.0.10 ( euiw.exe ) is more slowly than Euphoria 4.0 ( exw.exe ) , Why?
- Posted by petelomax Apr 14, 2011
- 2307 views
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