[Python-Dev] Can I make marshal.dumps() slower but stabler?
Antoine Pitrou
solipsis at pitrou.net
Thu Jul 12 16:09:41 EDT 2018
On Thu, 12 Jul 2018 22:03:30 +0200
André Malo <nd at perlig.de> wrote:
> * INADA Naoki wrote:
>
> > Is there any real application which marshal.dumps() performance is
> > critical?
>
> I'm using it for spooling big chunks of data on disk, exactly for the reason
> that it's faster than pickle.
Which kind of data is that?
Regards
Antoine.
More information about the Python-Dev
mailing list