79581419

Date: 2025-04-18 16:51:31
Score: 0.5
Natty:
Report link

Another use-case would be to make pickle faster. Of course, it is highly dependent on your data.

For example, I've seen 5%+ performance gain in my practice. I don't use pickle directly, but I use concurrent.features and David Beazley's Curio, which use multiprocessing, which in turn uses pickle for data transfer.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrei Korshikov