Closed Solacex closed 5 years ago
I am using the latest version of msgpack, not sure why you meet the problem.
The settings are adapted from Tensorpack. In fact, LMDB does not specify the tools for serialization and deserialization. You are free to choose whatever you want (as long as they are compatible).
What's your python version? 2 or 3?
3.6
Hello, based on a small example, msgpack indeed has a much faster deserialization speed:
I noticed that you are using pyarrow for serialization and msgpack for deserialization, Do msgpack have faster speed in deserialization? I have some problem on the msgpack when using: the error is: while I using pa.serialize wirh no errors? Have you met this problem? or do you have any advices? I think it may caused by the version of msgpack, so could you provide with the version of msgpack?