Eu 2.5 is very slow?
- Posted by Jonas <thomasj at la??bit.com> Feb 06, 2008
- 539 views
Hi I have compiled eu 3.2 with watcom 1.7 and her is som speed test. My modest computer AMD Sempron 2800 2GHz 2GB tags3.1 3.375 Sec trunk3.2 17.609 Sec Official release 3.1.1 3.5 Sec
atom x, y, t x = 1.0 y = 1.000001 t = time() ------------100000000 for i=1 to 100000000 do x = x * y end for t = time() - t ?t while get_key() = -1 do end while
~Jonas