From fdd02183b8a83819d96d447664aa84509476f128 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Thu, 11 May 2023 14:31:57 +0200 Subject: [PATCH] Update README.md --- benchmarks/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/benchmarks/README.md b/benchmarks/README.md index b1013c9..a9700a4 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -1,3 +1,11 @@ +# More recent benchmarks +It was a while ago this page was written (and it needs updating), so here are the most recent benchmarks against the top competition we know of: + +v20 | v21 +--- | --- +![](../misc/fastwebsockets.png) | ![](../misc/fastwebsockets_io_uring.png) + + # Benchmark-driven development Making decisions based on scientific benchmarking **while** you develop can guide you to create very efficient solutions if you have the dicipline to follow through. µWebSockets performs with **98%** the theoretical maximum for any user space Linux process - if anything would ever be faster, it would only be so by less than 2%. We know of no such project.