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 isSubsequenceOf #62

Closed pzp1997 closed 7 years ago

pzp1997 commented 7 years ago

This greatly improves the performance of isSubsequenceOf. The current implementation was crashing my browser tab for lists longer than 25-30 elements. Additionally, for smaller Lists of 10-20 elements, my benchmarks are showing a greater than 40% improvement in runtime.