Open xiuliren opened 5 years ago
use one thread to perform IO, and other worker threads to perform compression/decompression. They can communicated by a locked channel.
https://github.com/seung-lab/BigArrays.jl/pull/56
use one thread to perform IO, and other worker threads to perform compression/decompression. They can communicated by a locked channel.