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 isInfixOf #64

Closed pzp1997 closed 7 years ago

pzp1997 commented 7 years ago

Improves the performance of isInfixOf. My benchmarks are showing that this version decreases the runtime of the current version by 60-70%.