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 cleanup #71

Merged
merged 2 commits into from Jan 5, 2015

Conversation

Projects
None yet
2 participants
@laszlopandy
Contributor

laszlopandy commented Dec 29, 2014

  1. Remove unused last and nth.
  2. Implement reverse in Elm because it is probably faster and creates less garbage than converting too and from array. The new implementation will iterate over the list only once.

evancz pushed a commit that referenced this pull request Jan 5, 2015

@evancz evancz merged commit e5ded54 into elm:master Jan 5, 2015

1 check passed

continuous-integration/travis-ci The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment