Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jaccomoc opened this issue May 7, 2023 · 0 comments
Closed

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

jaccomoc opened this issue May 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jaccomoc
Copy link
Owner

jaccomoc commented May 7, 2023

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.

@jaccomoc jaccomoc added the enhancement New feature or request label May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant