A faster List.map for Elm
discourse.elm-lang.orgBrian Carroll started an interesting discussion about a more performant implementation of List.map based on the “tail recursion modulo cons” trick which allows optimising “not quite” tail recursive functions.
Read more...