Popularity
9.2
Stable
Activity
7.9
-
46
33
13

Monthly Downloads: 304
Programming language: Haskell
License: Apache License 2.0
Tags: Development    
Latest version: v0.1.1.0

nothunks alternatives and similar packages

Based on the "Development" category.
Alternatively, view nothunks alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of nothunks or a related project?

Add another 'Development' Package

README

nothunks

GitHub CI

Long lived application data typically should not contain any thunks. This library can be used to examine values for unexpected thunks, which can then be used in assertions. This can be invaluable in avoiding memory leaks, or tracking down existing ones.

See my presentation MuniHac 2020: Being lazy without being bloated for an overview, motivating the library and explaining how it is intended to be used and how it works internally.