Skip to navigation
What is the fastest Python serialization?
01.07.14
msgpack-python example with redis: import redis import msgpack redis = redis.StrictRedis(host='localhost', port=6379, db=0) redis.set("data",msgpack.packb(data)) http://jmoiron.net/blog/python-serialization/
https://github.com/msgpack/msgpack-python
Reply
Anonymous
Information Epoch 1736575838
Using text data files.
Home
Notebook
Contact us