You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading an .npz file is done through a child Python process, and the interprocess communication for this appears to be incredibly time-consuming.
Writing files is fine; nearly instant. Not sure why it's so asymmetric.
I've long wanted to substitute this out for rust code that reads npz files, but unfortunately myPRs to npy-rs have fallen into limbo. (and those are just the beginning of the work necessary to read and write npz files) Some day when I have time I'm gonna finish and publish my fork of that crate.
The text was updated successfully, but these errors were encountered:
Reading an
.npz
file is done through a child Python process, and the interprocess communication for this appears to be incredibly time-consuming.Writing files is fine; nearly instant. Not sure why it's so asymmetric.
I've long wanted to substitute this out for rust code that reads npz files, but unfortunately my PRs to
npy-rs
have fallen into limbo. (and those are just the beginning of the work necessary to read and write npz files) Some day when I have time I'm gonna finish and publish my fork of that crate.The text was updated successfully, but these errors were encountered: