seung-lab / BigArrays.jl

Storing and accessing large Julia array locally or in cloud storage without server.
Apache License 2.0
13 stars 3 forks source link

task based threading #49

Open xiuliren opened 5 years ago

xiuliren commented 5 years ago

use one thread to perform IO, and other worker threads to perform compression/decompression. They can communicated by a locked channel.

xiuliren commented 4 years ago

https://github.com/seung-lab/BigArrays.jl/pull/56