elm-community / list-extra

Convenience functions for working with List.
http://package.elm-lang.org/packages/elm-community/list-extra/latest
MIT License
135 stars 59 forks source link

Optimize findIndex #67

Closed pzp1997 closed 7 years ago

pzp1997 commented 7 years ago

Benchmarks are showing about an 80% decrease in runtime in comparison to the current implementation, even with using my optimized version of findIndices from #66.