Modifying the Python object model
Modifying the Python object model
Posted May 24, 2018 8:36 UTC (Thu) by njs (subscriber, #40338)In reply to: Modifying the Python object model by rweikusat2
Parent article: Modifying the Python object model
Indeed! That's part of why I'm uncertain and just guessing :-). But it is perhaps easier to fix the scattered memory writes problem with a tracing collector than with refcounting.
Or heck, maybe he meant he wanted a compacting collector... that would certainly improve memory locality in some cases.
