Hacker News new | ask | show | jobs
by jakogut 1516 days ago
> it does run much faster than full-system emulation.

The opposite is true if you're virtualizing the same architecture as the host with hardware virtualization (KVM) enabled. Counter-intuitively, user emulation is much slower than full-system emulation in this specific case.