jaccomoc/jactl

List specific versions of min(), max(), sum(), and avg()

jaccomoc opened this issue · 0 comments

At the moment the min/max/sum/avg methods when applied to lists end up converting the list to an iterator first and use inefficient iteration (allowing for continuations to be thrown at any point).
For simple lists where no closure is passed in (for min/max) we should have a more efficient implementation of these functions.