Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: buffers and memoryviews

Reply
Thread Tools

Re: buffers and memoryviews

 
 
MRAB
Guest
Posts: n/a
 
      02-12-2013
On 2013-02-12 15:25, Demian Brecht wrote:
> I didn't know a whole lot (read: nothing) about buffers and memoryviews
> before digging into the C side of Python. Once I found them, ran into some
> of the 2.7 ugliness of having /both/ buffers and memoryviews available and
> found the tremendous usefulness in them, I decided to write a blog post.
> In this post, I hope to give the reader a brief overview of what each is,
> detail some of the ugliness in 2.7 and provide useful information for
> those wanting to incorporate them into their work.
>
> http://demianbrecht.github.com/posts...nd-memoryview/
>

"3.4"? I didn't know that it was out yet!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
buffers and memoryviews Demian Brecht Python 0 02-12-2013 03:25 PM
Re: Python 3.3 can't sort memoryviews as they're unorderable Ian Kelly Python 0 10-22-2012 11:20 PM
Re: Python 3.3 can't sort memoryviews as they're unorderable Mark Lawrence Python 0 10-22-2012 10:58 PM
Python 3.3 can't sort memoryviews as they're unorderable Mark Lawrence Python 0 10-21-2012 11:24 AM
direct buffers and garbage collection Mike Java 4 08-03-2004 07:57 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57