Re: Optimizing basic operations
- Posted by mattlewis (admin) Jul 22, 2013
- 6496 views
jaygade said...
Euphoria should be very fast with integer math, though not as fast as finely-tuned C or SIMD assembly instructions.
It's often a matter of scale. There are also things that you can do that have nothing to do with the math that can dramatically slow things down. This usually has to do with sequence indexing and reference counting / copying on write.
Matt