High performance binary data

Nick Craig-Wood nick at craig-wood.com
Fri Aug 10 10:30:04 EDT 2007


Steve <steve.morin at gmail.com> wrote:
>  I want to ready binary data from a udp socket effeciently as possible
>  in python.  I know of the struct package but do people have any tips
>  when dealing with binary data in python?  Is there a library or api
>  that is faster when dealing with binary data. I am looking for a any
>  one with experience or ideas on the subject.  Pointers any one?

Check out construct: http://construct.wikispaces.com/

-- 
Nick Craig-Wood <nick at craig-wood.com> -- http://www.craig-wood.com/nick



More information about the Python-list mailing list