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

split out the blockiterator as a separate package #10

Closed xiuliren closed 7 years ago

xiuliren commented 7 years ago

the block iteration part is relatively independent, and potentially usable in other packages. this could facilitate the package maintenance.

xiuliren commented 7 years ago

seems not necessary for now. If this is reusable for others, we can do it later.