[haXe] performance test
Nicolas Cannasse
ncannasse at motion-twin.com
Wed Jul 4 14:30:13 CEST 2007
> hi X-list,
>
> i've rewritten the as3-performance-test from http://www.onflex.org/perf/
>
> swf:
> http://disktree.net/files/perf/performance-test.swf
>
> source:
> http://disktree.net/files/perf/PerformanceTest.hx
I wonder what exactly these tests are supposed to mesure ? A lot of them
are related to string concatenation speed, which I think is one of the
big changes in FP9. But depending on applications, it's rarely the place
where performance matters the most. This is a neverending subject to
debate :)
Maybe measuring some of small operations such as function calls, integer
calculus, array access... would be more meaningful ? So everybody can
choose the tests depending on its own application speed issues.
Best,
Nicolas
More information about the Haxe
mailing list