avh4/elm-format

formatting is slow (~1 minute) for large (~5000 elements) lists

Open

#753 opened on Dec 6, 2021

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Haskell (1,329 stars) (148 forks)batch import
help wantedperformanceupgraded-parser

Description

While greatly improved by https://github.com/avh4/elm-format/issues/642, something is still slow for large lists. Two Elm Slack users have noted that files with ~5000 element literal lists can take more than a minute to format.

Contributor guide