|
|
Subscribe / Log in / New account

GIL removal and the Faster CPython project

GIL removal and the Faster CPython project

Posted Aug 3, 2023 9:39 UTC (Thu) by roc (subscriber, #30627)
In reply to: GIL removal and the Faster CPython project by roc
Parent article: GIL removal and the Faster CPython project

To be clear I have no idea how an optimal same-address-space object-transfer protocol would be implemented in Python, but definitely something can be done that's much more efficient than regular IPC. In the JS world there is "structured clone", which supports transferring data buffers to the cloned object without copying.


to post comments


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