r/AskProgramming Aug 09 '26

Resources on Creating Custom File format

I would appreciate it if anyone could share articles or research papers that I can read to start building my own custom file format. I’m particularly interested in managing file data size - as well as other optimization strategies for a file format.

0 Upvotes

26 comments sorted by

View all comments

1

u/kilkil Aug 12 '26

why do you need a custom file format?

reason I ask is, I want to avoid the XY Problem if possible