@hackage ghc-datasize0.2.4
Determine the size of data structures in GHC's memory
Categories
License
BSD-3-Clause
Maintainer
Dennis Felsing <dennis@felsin9.de>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.12 && <4.15
- deepseq >=1.3 && <1.5
- ghc-lib-parser >=8.6 && <8.11
- ghc-prim >=0.5 && <0.7 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/rawr, @hackage/hnix
ghc-datasize is a tool to determine the size of data structures in GHC's memory. Determining the size of recursive data structures is supported. All sizes are in Bytes.