Which to Use: shelve or pickle?
Thursday May 22, 2008
Reading
comp.lang.python recently, I found a thread initiated by Guillaume Bog which amounted to the question:
Which is best to use:As Gabriel Genellina notes,shelveorpickle?
shelve imports from pickle. Therefore, importing pickle directly can cut overhead when storing only a few items.
