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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ba81-2c2ba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ba81-2c2ba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?