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
An identifier for the type of the file would be useful if you will have other structures written to binary files later on.
Maybe this could be a short string so you can see by a look into the file (via hex editor) what it contains.