How we made our OCI filesystem 47× faster
Summary
This Microsandbox blog post explains how replacing a user-space OCI filesystem with a prebuilt Linux disk image (EROFS) cut file system operations from host to VM by orders of magnitude, achieving a 47× average speedup. It covers the rationale, architectural changes, and benchmark results that demonstrate the practical impact of moving filesystem work into the guest kernel.