Hi all!
Our next Documentation Team meeting will happen on *Monday, January 2* at
***12PM UTC***. We now alternate the meeting times to be a bit more
inclusive. This means that we'll have a meeting at 12pm UTC every 28 days,
and a meeting at 4pm UTC every 28 days.
All are welcome - you don't nee
On Sun, 01 Jan 2023 05:31:55 -0800
Bill Ross wrote:
> Thanks!
>
> > Java is known to be big-endian ... your CPU is probably little-endian.
>
> $ lscpu | grep -i endian
> Byte Order: Little Endian
>
> > Numpy has the tools to represent an array of double BE.
>
> Is there a lower-level
Thanks!
> Java is known to be big-endian ... your CPU is probably little-endian.
$ lscpu | grep -i endian
Byte Order: Little Endian
> Numpy has the tools to represent an array of double BE.
Is there a lower-level ndarray method that writes an array that could be
used this way?
Bill
--
P
On Sat, 31 Dec 2022 23:45:54 -0800
Bill Ross wrote:
> How best to write a 1D ndarray as a block of doubles, for reading in
> java as double[] or a stream of double?
>
> Maybe the performance of simple looping over doubles in python.write()
> and java.read() is fine, but maybe there are represen