Are you noticing stutters while using an interactive application like gloss in GHCi? Try the non-moving GC, e.g.

Are you noticing stutters while using an interactive application like gloss in GHCi? Try the non-moving GC, e.g.

ghci +RTS --nonmoving-gc -RTS
cabal-repl --repl-options="+RTS --nonmoving-gc -RTS"

https://gitlab.haskell.org/ghc/ghc/-/issues/24416

#haskell

2 points · 1 comments · view on lemmy.world

1 Comments

jaror@kbin.social · 1 pts · 2y

And for more GHCi performance options see: https://stackoverflow.com/a/77895561/15207568