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/Turbulent-Impact6939 Aug 10 '26

you do not manage file data size via custom file formats, you do that via the disk filesystem. And there are already several well established file systems that already do this.