How to properly optimize MArray functions for speed? How to properly optimize MArray functions for speed? arrays arrays

How to properly optimize MArray functions for speed?


Seems like that the best way is to use the INLINE pragma. sort from vector-algorithms uses it too.