On 24/08/20 3:24 am, Raihan Rasheed Apurbo wrote:
In CPython we have reference counting. My question is can we optimize
current RC using strategies like Deferred RC and Coalescing? If no
then where would I face problem if I try to implement these sorts of
strategies?

I gather there have been some experiments along these lines as part
of efforts to remove the GIL. You might like to research them to
find out how much success they've had.

--
Greg
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/I6T32GL5BVKQ7PALJ4D347M4PBPY2P2P/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to