JordyMoos / elm-pixel-boulder-game

Pixel Boulder Game in Elm
https://jordymoos.github.io/elm-pixel-boulder-game/?startLevel=official%2F001&hideDebug=1
MIT License
41 stars 6 forks source link

Add faster list concat implementation #150

Closed JordyMoos closed 5 years ago

JordyMoos commented 5 years ago

Because I list concat a lot a faster version is really welcome

https://discourse.elm-lang.org/t/2-3x-faster-list-concat-implementation/3533

Also make this for concatMap Should end up in the util directory

JordyMoos commented 5 years ago

Done