heapsize alternatives and similar packages
Based on the "Debug" category.
Alternatively, view heapsize alternatives based on common mentions on social networks and blogs.
-
hood
Hood debugger, based on the idea of observing functions and structures as they are evaluated. -
linux-perf
Haskell library for reading perf.data files from the linux performance events tool. -
print-debugger
Prints lines with IDE friendly stack traces in Haskell. -
debug-trace-var
You do not have to write variable names twice in Debug.Trace -
todo
Wrapping development symbols in Warnings to make sure you don't miss them
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of heapsize or a related project?
README
heapsize
heapsize provides functions to determine the size of Haskell data structures in memory at run time, including circular data structures. 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 and estimate the size of the full data structure from that.
heapsize is originally based on ghc-datasize, but adds support for ghc 8.10.1 and beyond, as well as improving performance.