bmarcot / vega

vega -- The Unix-like Operating System for micro-controllers (ARM Cortex-M4)
6 stars 1 forks source link

romfs: Implement file indexing #30

Open bmarcot opened 7 years ago

bmarcot commented 7 years ago

Opening a file will lookup for that file from the beginning of the file system. It is better to have some indexing feature (table, caching) such that when reopening the same file we don't walk the whole file system again.