Hacker News new | ask | show | jobs
by tempaccount420 828 days ago
What's the performance impact of using VM-based eBPF for these tasks instead of native code?
1 comments

Linux eBPF is JIT'd. It has native performance.
Even WASM doesn't have native performance, so I question this claim.