Hacker News new | ask | show | jobs
gVisor improves filesystem performance using rootfs overlay (opensource.googleblog.com)
5 points by ayush_ranjan 1149 days ago
1 comments

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.