Tim Bunce wrote: > > One thing I've noticed is a tendency to call methods inside sorts. > Not good - the method cost is multiplied many times by the sort logic > which has to call the method many times: > Is this the sort of thing that would be greatly helped by using the inline module?