Skip to content

Serialization

https://stackoverflow.com/questions/13060632/getting-values-with-the-right-type-in-redis

pickle

  • high memory usage

  • not portable between different python versions

struct

  • low memory usage

  • not portable between different platforms

  • not easy to use for pandas df???