Archives March 16, 2009
Lists/tuples are so convenient
Written by
on
in
Snaking.
As I've been working on the OpenGL presentation I've run into this issue a couple of times... much of the overhead in PyOpenGL 3.x's array-handling could be eliminated if we didn't allow for copying data at all when passing in array values. That is, if we were to always require that the client-passed value be ...