An array implementation in Go that can spill to disk.
This module is intended to be useful for data sets in the range of megabytes to terabytes: too large to fit in RAM, but small enough to fit on a single machine, with a strong preference for sequential access patterns.