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.
-
ghc-make
An alternative to ghc --make which supports parallel compilation of modules and runs faster when nothing needs compiling. -
ghc-trace-events
ByteString/Text variants of Debug.Trace.traceEvent/traceMarker and binary event logging
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of ghc-datasize or a related project?
README
ghc-datasize
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.