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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Once async lands in stable rust (next release), I'll probably promote the AsyncN5Reader traits from n5-wasm to rust-n5. This could make the the separate crate pretty trivial.
Probably in a separate crate depending on rust-n5, include a
ParallelN5Ndarray(Reader|Writer)
which parallelises the functions available in https://github.com/aschampion/rust-n5/blob/master/src/ndarray.rs#L121 , using https://github.com/aschampion/rust-n5/blob/master/benches/parallel_write.rs#L69 as an example.The text was updated successfully, but these errors were encountered: