English

RawArray: A Simple, Fast, and Extensible Archival Format for Numeric Data

Databases 2022-01-02 v1 Machine Learning Mathematical Software

Abstract

Raw data sizes are growing and proliferating in scientific research, driven by the success of data-hungry computational methods, such as machine learning. The preponderance of proprietary and shoehorned data formats make computations slower and make it harder to reproduce research and to port methods to new platforms. Here we present the RawArray format: a simple, fast, and extensible format for archival storage of multidimensional numeric arrays on disk. The RawArray file format is a simple concatenation of a header array and a data array. The header comprises seven or more 64-bit unsigned integers. The array data can be anything. Arbitrary user metadata can be appended to an RawArray file if desired, for example to store measurement details, color palettes, or geolocation data. We present benchmarks showing a factor of 2--3×\times speedup over HDF5 for a range of array sizes and a speedup of up to 20×\times in reading the common deep learning datasets MNIST and CIFAR10.

Keywords

Cite

@article{arxiv.2112.01273,
  title  = {RawArray: A Simple, Fast, and Extensible Archival Format for Numeric Data},
  author = {David S. Smith},
  journal= {arXiv preprint arXiv:2112.01273},
  year   = {2022}
}

Comments

8 pages, 3 figures

R2 v1 2026-06-24T08:01:40.012Z