[Pyrex] Need pyrex performance advice
Phillip J. Eby
pje at telecommunity.com
Sun May 9 17:55:12 CEST 2004
At 12:28 AM 5/10/04 +1200, David McNab wrote:
>Question - is this the best way to go? Or can someone offer a better
>solution, which will maximise speed, yet keep things simple for the client?
Don't convert the structures; build accessors. In other words, create an
object type that maintains pointers to the original raw structures, and
define properties to access attributes of the various structures and
substructures.
More information about the Pyrex
mailing list