Hi,
On Tue, 01 Sep 2020 02:52:07 -0000 "Raihan Rasheed Apurbo" <apurb...@gmail.com> 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 > problems if I try > to implement these sorts of strategies? You've already asked your question on python-ideas and already got answers there. In any case, the only definitive response to "would I face problems" can be obtained by trying it out. So, if you've got some time on your hands, I would encourage experimenting and share your results here. Regards Antoine. _______________________________________________ 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/CGFCS46KUAFUUY3UQMSDDYPPX5NDEWF7/ Code of Conduct: http://python.org/psf/codeofconduct/