Re: Optimizing basic operations
- Posted by jaygade Jul 22, 2013
- 6479 views
James_at_Euphoria said...
Hey Spock, I need to play around with some benchmarks first. Then I'll try to get back to you.
One of the things to look at too is ease and speed of development. Do your prototype first in Euphoria. If you don't get your required performance then you can either translate it to C using the translator, or translate it to C or assembly manually.
Euphoria should be very fast with integer math, though not as fast as finely-tuned C or SIMD assembly instructions.