socket send O(N**2) complexity

Antoine Pitrou solipsis at pitrou.net
Tue Sep 22 08:52:38 EDT 2009


<exarkun <at> twistedmatrix.com> writes:
> 
> To the OP, you can get view-like behavior with the "buffer" builtin. 

And, on Python 3 (or even the 2.7 in development), you can use the "memoryview"
builtin for similar effect.

Regards

Antoine.





More information about the Python-list mailing list