haskell / haskell/hackage-server
Consider using ghc-datasize for memory usage monitoring
Open
- Dominant language
- Haskell
- Stars
- 467
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
I recently found this package:
https://hackage.haskell.org/package/ghc-datasize
It has two advantages over the existing `MemSize` class:
- It's more accurate, since it looks at the internal heap structure directly
- It's more convenient, since we don't need to write an instance for every data type
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.