On 9/2/20 8:50 PM, Jim J. Jewett wrote:
I suspect that splitting the reference count away from the object itself could also be profitable, as it means the cache won't have to be dirtied (and flushed) on read access, and can keep Copy-On-Write from duplicating pages.
I had a patch from Thomas Wouters doing that for the Gilectomy. Last time I tried it, it was a performance wash.
//arry/
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/RTRVQJNOJPGKBTJVPD62Z7LTKR7QI7FB/ Code of Conduct: http://python.org/psf/codeofconduct/