I have a simulation that reads large binary data files that we create (10s to 100s of GB). We use binary for speed reasons. These files are system dependent, converted from te
For large files, you might want to add data definitions, so your file format becomes self-describing.