fhs / NPZ.jl

A Julia package that provides support for reading and writing Numpy .npy and .npz files
Other
117 stars 16 forks source link

Suggestion for mmap_mode support #52

Open canaknesil opened 2 years ago

canaknesil commented 2 years ago

Support for mmap_mode optional argument for NPZ.npzread would be nice, to be able to operate on big .npy files without needing to load the whole array to the memory.