Skip to content

New File System Implementation #15041

Closed
Closed
@ethanalee

Description

@ethanalee

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

Click here to view/comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions