Live data from Hacker News

gVisor improves filesystem performance using rootfs overlay

opensource.googleblog.com

1–2 of 2 posts

Re: gVisor improves filesystem performance using rootfs overlay

#2
gVisor recently rolled out a filesystem optimization which substantially improves filesystem performance for sandboxed workloads. It involves setting up a overlayfs mount for the container root filesystem in gVisor's user-space kernel. This blog has more details about how this optimization works and how much performance boost can be seen by certain workloads.