Re: Interesting benchmark results - Euphoria vs. Euphoria
- Posted by ed_davis May 22, 2014
- 2500 views
jimcbrown said...
ed_davis said...
But I consider Derek's version cheating
Why? The algorithm is the same, isn't it? He just changed some of the syntax (A = A op B to A op= B) and moved some temporary variables around.
Yes, but I could do the same for many of the languages tested. Several of the simpler processors would greatly benefit from less complicated expressions. The goal was to have the same (as much as possible) code for each processor, without any programmer optimizations.