You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SquirrelFS currently uses a rudimentary implementation of mmap that does the bare minimum to achieve functionality without any optimizations. Other file systems (NOVA, WineFS) have optimizations to ensure consistency of memory-mapped data, improve memory-mapped access performance, etc.; we could implement similar (or new) improvements to give SquirrelFS better memory-mapped access performance and improve support for developers trying to write crash-consistent applications with mmap'ed files.
The text was updated successfully, but these errors were encountered:
SquirrelFS currently uses a rudimentary implementation of mmap that does the bare minimum to achieve functionality without any optimizations. Other file systems (NOVA, WineFS) have optimizations to ensure consistency of memory-mapped data, improve memory-mapped access performance, etc.; we could implement similar (or new) improvements to give SquirrelFS better memory-mapped access performance and improve support for developers trying to write crash-consistent applications with mmap'ed files.
The text was updated successfully, but these errors were encountered: