meggart / DiskArrays.jl

Other
72 stars 13 forks source link

Delete zero element method from writeblock! and readblock! #153

Closed felixcremer closed 6 months ago

felixcremer commented 6 months ago

I suspect that these are not needed and they should be generic function definitions to define the DiskArray interface.

Tests go through locally.