elm / browser

Create Elm programs that run in browsers!
https://package.elm-lang.org/packages/elm/browser/latest/
BSD 3-Clause "New" or "Revised" License
312 stars 64 forks source link

Fix stack overflow when operating on large lists #95

Closed robinheghan closed 2 years ago

hpate-omicron commented 4 years ago

I've been bit by this as well, we have lists of numbers we use to generate charts, and they trigger the same "Maximum call stack exceeded" message.

jerith666 commented 2 years ago

This fix and #120 seem to be addressing the same bug.