HDF5

  • Pros:
    • good interop with numpy
    • fast & efficient
  • Cons:
    • cannot update atomically -> probably no good for real-time sim
      • work-around: write a new file every time
  • TBD:
    • usability of the C/C++ API