Antoine Pitrou added the comment:

> Antoine, can you share the code for your benchmarks which show
> performance improvements when framing is enabled? I am seeing the same
> 10-15% slowdown even when pickling stuff to pure Python objects:

The performance improvement is when unpickling, not when pickling.
Pickling always buffers data, so framing doesn't bring anything on this
side of the fence.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17810>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to