meggart / DiskArrays.jl

Other
72 stars 13 forks source link

Remove unnecessary use of `length(::Stateful)` #145

Closed vtjnash closed 6 months ago

vtjnash commented 7 months ago

Editing only in Github editor, so CI needs to run on this, but I think this should be equivalent in the current implementation. If the shape of innerinds is consistent, this custom iterator code could also be replaced by an Iterators.product(chunkiter, innerinds) instance.