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

try replacing channel with ResumableFunctions #33

Closed xiuliren closed 6 years ago

xiuliren commented 6 years ago

it was said to be more efficient than Channel. https://github.com/BenLauwens/ResumableFunctions.jl

xiuliren commented 6 years ago

rewriting the block index iterator with ResumableFunctions should make the code more readable.

xiuliren commented 6 years ago

it seems that ResumableFunctions is not a replacement of Channel.