Re: High performance binary data

2007-08-10 Thread sturlamolden
On Aug 10, 2:26 am, Steve <[EMAIL PROTECTED]> 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 wit

Re: High performance binary data

2007-08-10 Thread Nick Craig-Wood
Steve <[EMAIL PROTECTED]> 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

Re: High performance binary data

2007-08-09 Thread Marc 'BlackJack' Rintsch
On Fri, 10 Aug 2007 00:26:54 +, Steve 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 b

High performance binary data

2007-08-09 Thread Steve
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