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.
