Hacker News new | ask | show | jobs
by encryptluks2 1833 days ago
gVisor does more than filtering, they basically reimplemented the syscalls in an application kernel. At least with seccomp the performance overhead is minimal.
1 comments

How does gVisor fair against KVM and other hardware-accelerated VM solutions (firecracker)?