[...] > efficiency as (vector 1 2 3). You'll get much better optimization by > using a CPS-style. This is easy in your case: just pass in the > consumer of your values as a parameter, i.e. replace doing this and switching to vectors saved over 40% time, thanks. andrew