|
|
Log in / Subscribe / Register

Modifying the Python object model

Modifying the Python object model

Posted May 16, 2018 23:39 UTC (Wed) by malefic (subscriber, #37306)
In reply to: Modifying the Python object model by roc
Parent article: Modifying the Python object model

They probably meant increased memory fragmentation which results from keeping refcounts in every object structure.


to post comments

Modifying the Python object model

Posted May 17, 2018 1:04 UTC (Thu) by roc (subscriber, #30627) [Link]

Refcounts may increase memory usage (but not by much usually), but won't increase fragmentation per se. Unless Python does something really strange.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds