Re: Retina – eBPF distributed networking observability tool for Kubernetes #31 Post by tempaccount420 » Sun, Mar 24, 2024, 7:53 PM UTC tptacek wrote: post #20 tempaccount420 wrote: post #19 What's the performance impact of using VM-based eBPF for these tasks instead of native code? Linux eBPF is JIT'd. It has native performance. Even WASM doesn't have native performance, so I question this claim.