Re: Performance Benchmarks
- Posted by petelomax Mar 09, 2011
- 1408 views
DerekParnell said...
Here are the Euphoria (v4) equivalents ...
-- CPU *************************************
FYI, RDS 4 did that in 224s; replacing "include std/math.e" with "include misc.e" and "X = exp(Y)" with "X = power(2.7182818284590452,Y)", 2.4 did it in 126s.
Regards,
Pete