scalableminds / webknossos

Visualize, share and annotate your large 3D images online
https://webknossos.org
GNU Affero General Public License v3.0
124 stars 23 forks source link

Async IO in FileSystemDataVault #8010

Open fm3 opened 3 weeks ago

fm3 commented 3 weeks ago

I’m sure scala/java has support for asynchronously reading (byte ranges of) local files. That should be used in the FileSystemDataVault. This should free more threads

fm3 commented 2 weeks ago

https://gist.github.com/tovbinm/f73849aff169d1ebeb97 looks similar to what we may want to do. Sounds like it may also be possible to support the byte ranges