First version of virtual file system
I finally finished the first version of my Virtual File System. This implementation is quite simple i.e. I can just perform basic FS operations:- open,
- close,
- delete,
- write,
- read.
The next step will be to implement advanced features:
- Asynchronous operations,
- Cache system,
- Compression/Decompression.
Before implementing these features I will work a little bit on my file format.
By the way, thanks to the implementation of the Virtual File System, I've reached the 200th unit test ^^.

Commentaires