Calculate the total size of the object subtree in bytes (deep size)
Traversal over Python's objects subtree and calculate the total size of the subtree in bytes (deep size). This module traverses all child objects using Python's internal GC implementation. It attempts to ignore shared objects (i.e., None, types, modules, classes, functions, lambdas), as they are common among all objects. It is implemented without recursive calls for high performance.
$
pkg install py311-objsizeOrigin
devel/py-objsize
Size
88.8KiB
License
BSD3CLAUSE
Maintainer
yuri@FreeBSD.org
Dependencies
1 packages
Required by
1 packages