Improved performance

2024-12-29

6fs now uses mmap on the six storage files by default, which improves performance a lot.
(However, to get anywhere near decent performance on a larger scale, much better data structures would be required. Since 6fs is mainly written for learning about FUSE and file systems, a switch to more sophisticated data structures is unlikely to happen.)