You are viewing a single thread.
View all comments 87 points
Nevermind using such frivolous things as a file system.
26 points
Using a file system is much less bad than dynamically allocating memory, at least as long as you keep a predefined set of files.
3 points
a predefined set of files
…with predefined sizes located in predefined regions of storage.
3 points
36 points
I hate to alarm you but… What is a file system except dynamically allocated memory. ;)
2 points
30 points
It’s a persistent dynamic memory allocation that’s accessed by multiple processes! :)