datatable icon indicating copy to clipboard operation
datatable copied to clipboard

Use protocol 5 for pickling

Open st-pasha opened this issue 4 years ago • 0 comments

In py3.8 protocol version 5 was added for pickling, which allows avoiding excessive memory copies of serialized objects. We should make use of this feature for faster inter-process data exchange.

This is the relevant PIP: https://www.python.org/dev/peps/pep-0574/

st-pasha avatar Nov 07 '20 01:11 st-pasha