-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Objective: Write a high-performance multi-threaded file system layer that replaces the current implementation in library_fs.js
.
Goals:
- Faster file system operations
- Multi-threaded without relying on proxying
- Smaller code size footprint
- Per-file persistence
- Support multiple async and sync backends
- Support for large files
- POSIX compatibility via syscalls
Design Sketch Link
rth, junyuecao, drmercer, leopsidom, connorjclark and 14 more