We should come up with a principled design for the ArraySpec class. Right now it's an array-shaped bag containing different things relevant to the chunk encoding / decoding process, but I suspect some of them (the shape of the chunk) are significantly different from the others (the buffer class we would use to store that chunk) in ways we should more formally model.
We should come up with a principled design for the
ArraySpecclass. Right now it's an array-shaped bag containing different things relevant to the chunk encoding / decoding process, but I suspect some of them (the shape of the chunk) are significantly different from the others (the buffer class we would use to store that chunk) in ways we should more formally model.