Message172676
It's worth noting that the "buffer()" built-in in Python2 had this behavior, and it enabled a copy-reduction optimization within Twisted's outgoing transport buffer.
There are of course other ways to do this, but it seems like it would be nice to restore this handy optimization; it seems like a bug, or at least an oversight, that the convenience 'bytes+memoryview' (which cannot provide a useful optimization) works, but 'memoryview+bytes' (which would be equally helpful from a convenience perspective _could_ provide a reduction in copying) doesn't.
Despite the bytes.join optimization (which, don't get me wrong, is also very helpful, almost necessary) this remains very useful. |
|
Date |
User |
Action |
Args |
2012-10-11 19:06:27 | glyph | set | spambayes_score: -1.0 -> 0.0 |
2012-10-11 19:05:13 | glyph | set | recipients:
+ glyph, exarkun, pitrou, Arfrever, skrah |
2012-10-11 19:05:13 | glyph | set | messageid: <1349982313.47.0.647413038173.issue15945@psf.upfronthosting.co.za> |
2012-10-11 19:05:13 | glyph | link | issue15945 messages |
2012-10-11 19:05:13 | glyph | create | |
|