Daniel Keep: >Vector code can be made much faster using ref arguments,< You are right regarding DMD (that's what I was asking for), but LDC often is able to inline everything (if the method is short), so using ref leads to the same (high) performance. Bye, bearophile