Re: [tutor] benchmark: integer float atom
- Posted by Senator May 26, 2020
- 1122 views
_tom said...
Sample interpreted results for are for fibonacci with both 42 and 42.0 as arguments. Results were identical in all tests. Time was measured in seconds:
language | integer 42 | Â Â Â Â | float 42.0 |
---|---|---|---|
Python3 | 126 | 142 | |
OpenEuphoria | 100 | 118 | |
Phix | 75.4 | 74.9 |
language | integer 42 | float 42.0 | ||
---|---|---|---|---|
Python3 | 126 | 142 | ||
OpenEuphoria | 100 | 118 | ||
Phix | 75.4 | 74.9 | ||
openEuphoria* | 3.6 | 37.14 | * Execution time for Translated/Compiled binary | |
openEuphoria** | 8.96 | 42.5 | **Execution Time + 5.36 Translation/Compile Time | |
Phix/oEu** | 8.4 | 1.8 |