|
|
|
|
|
by ryao
3659 days ago
|
|
I suspect that the performance of a unikernel on a hypervisor vs an application on a POSIX system is somewhat analogous to the performance of hardware RAID vs ZFS. The performance of the abstraction used in the former is inherently worse than the performance of the abstraction used in the latter. The example of memory partitioning gives the latter a price/performance advantage and it is not the only one. I would be happy to be proven wrong though. |
|
> You stand to eliminate much more overhead from eliminating the hypervisor than you stand from eliminating the syscalls.
So my hypervisor application talks directly to devices, thanks to pass-through. What's that about syscalls again?