Name : python311-objsize
| |
Version : 0.7.0
| Vendor : SUSE LLC < https://www_suse_com/>
|
Release : lp160.2.3
| Date : 2024-03-29 20:26:12
|
Group : Unspecified
| Source RPM : python-objsize-0.7.0-lp160.2.3.src.rpm
|
Size : 0.07 MB
| |
Packager : https://bugzilla_suse_com
| |
Summary : Calculate the size of Python\'s objects subtree in bytes (deep size)
|
Description :
Traversal over Python\'s objects subtree and calculate the total size of the subtree in bytes (deep size).
The objsize Python package allows for the exploration and measurement of an object\'s complete memory usage in bytes, including its child objects. This process, often referred to as deep size calculation, is achieved through Python\'s internal Garbage Collection (GC) mechanism.
The objsize package is designed to ignore shared objects, such as None, types, modules, classes, functions, and lambdas, because they are shared across many instances. One of the key performance features of objsize is that it avoids recursive calls, ensuring a faster and safer execution.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/python:/backports/16.0/noarch |