On Fri, Oct 2, 2020 at 12:45 PM Alex Shroyer <[email protected]> wrote:

> My 2 cents, this should not be part of the J engine, but implemented as a
> library.
> It appears that NumPy itself implements .npy conversion as a library:
> https://github.com/numpy/numpy/blob/master/numpy/lib/format.py
>
>
A part of the reason is that since the code is
written in Python, they don't need to write a
parser or serializer to handle .npy metadata,
but we do.

-- 
Zhihao
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to