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”
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”
And for more GHCi performance options see: https://stackoverflow.com/a/77895561/15207568