Re: Typed Arrays and Endianness

2010-05-24 Thread Kenneth Russell
On Thu, May 20, 2010 at 4:50 PM, Waldemar Horwat walde...@google.com wrote: Having unspecified endianness in the specification of TypedArrays seems like a show-stopper to me.  There are two alternatives here: - If you do any I/O, you want the endianness to be specified.  Sending data from one

Typed Arrays and Endianness

2010-05-20 Thread Waldemar Horwat
Having unspecified endianness in the specification of TypedArrays seems like a show-stopper to me. There are two alternatives here: - If you do any I/O, you want the endianness to be specified. Sending data from one process to another with a different endianness would get you into trouble.