We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have not diagnosed them in detail, but it seems that there is a family of different space leaks in at least reflex-vty.
reflex-vty
The reproduction is at:
https://github.com/deepfire/hasdiff/blob/repro-reflex-vty-leak/hasdiff/app/hasdiff.hs
Observations:
mainWidget
threadDelay
NB: you can use nix develop or nix develop .#profiling to enter the reproduction shell. Which runs ghc-9.10.1, btw.
nix develop
nix develop .#profiling
ghc-9.10.1
The text was updated successfully, but these errors were encountered:
@deepfire thanks for the report and the repro code. I'll be looking into this!
Sorry, something went wrong.
No branches or pull requests
I have not diagnosed them in detail, but it seems that there is a family of different space leaks in at least
reflex-vty
.The reproduction is at:
https://github.com/deepfire/hasdiff/blob/repro-reflex-vty-leak/hasdiff/app/hasdiff.hs
Observations:
mainWidget
call) makes the leak slower futher still.threadDelay
turns the program into an instakill memory hog.NB: you can use
nix develop
ornix develop .#profiling
to enter the reproduction shell. Which runsghc-9.10.1
, btw.The text was updated successfully, but these errors were encountered: