The Cost of Dynamism (was Re: Pyhon 2.x or 3.x, which is faster?)

Mark Lawrence breamoreboy at yahoo.co.uk
Mon Mar 21 22:01:06 EDT 2016


On 22/03/2016 00:49, BartC wrote:
>
> I was surprised at one time that slices don't create 'views', but I've
> since implemented view-slices and I can appreciate the problems.)
>

Why, the docs are quite clear on how Python works?  Of course you can 
always use memoryviews 
https://docs.python.org/3/library/stdtypes.html#typememoryview

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list