(no title)
ogrisel | 9 months ago
If you want to share structured Python objects between instances, you have to pay the cost of `pickle.dump/pickle.dump` (CPU overhead for interprocess communication) + the memory cost of replicated objects in the processes.
notpushkin|9 months ago
notpushkin|9 months ago
[1]: https://github.com/python/cpython/blob/3.13/Lib/collections/...
[2]: https://github.com/python/cpython/blob/3.13/Lib/typing.py#L2...
tomrod|9 months ago
frollogaston|9 months ago
cjbgkagh|9 months ago
reliabilityguy|9 months ago
vlovich123|9 months ago
sgarland|9 months ago