Popularity
7.4
Growing
Activity
2.8
-
16
5
10

Monthly Downloads: 40
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development     GHC     Debug    
Latest version: v0.1.2

ghc-datasize alternatives and similar packages

Based on the "ghc" category.
Alternatively, view ghc-datasize alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ghc-datasize or a related project?

Add another 'ghc' Package

README

ghc-datasize

Build Status

Ghc-datasize provides functions to determine the size of Haskell data structures in memory at run time. Determining the size of circular data structures is supported. All sizes are reported in bytes.

Determining the size of simple data structures is relatively quick, but large and complex data structures can be slow. For large and complex structures the user may want to find a way to calculate the size of a small subset of the data and estimate the size of the full data structure from that.