What is the most efficient serialization and deserialization library in Python

for the inverse sequence of 1 million super-large integers
I found that there are
official library pickle, marshal
FlatBuffers
MessagePack
transit
feather
colfer
Fast Binary Encoding
Cap"n Proto
CBOR
Binn
Apache Arrow
which is fast?
are there any other efficient library recommendations

Oct.06,2021

Menu