Re: call_func is expensive // Phix much slower
- Posted by _tom (admin) Aug 01, 2017
- 1899 views
Spock said...
I have an idea for enhancing the performance of Msort. If it works well we might be a bit more relaxed about using the lower performance (but increased flexibility) from custom_sort(). Gimme a few days..
Spock
As is, Msort is fast and practical. The simplest way to get performance is to compile, which is the easy way to get (roughly) twice the speed.
But, Euphoria has a legacy of speed; it will be fun to see how things can get faster.
_tom