0

In the past I've found that pickle (and cPickle) is slower than json and has substantial problems as files approach the Gigabyte size range, while json can scale past that point.

Json also has some strong portability advantages.

What are some advantages of pickle? Is it integrated into any other python modules, or can it represent a wider range of python datatypes?

Elliot JJ
  • 543
  • 6
  • 19

0 Answers0