From eeb27aad2c810dbe8ed8bc751850509c3c9f534a Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Thu, 14 Feb 2019 05:45:26 +0100 Subject: [PATCH] Deno is the worst joke ever told --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9a0c44..79ecaaa 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ### Outrun, everyone. This project is not your typical "web framework" a la 500 lines of JavaScript and a fancy logo. You're looking at a 3-part software suite of ~7k lines of C & C++, working in unison with Google V8 to bring you one of the most memory scalable and performant I/O scriping environment available. +It runs 15x faster than Deno and scales to millions of connections on small devices. + [Read the Medium post](https://levelup.gitconnected.com/will-node-js-forever-be-the-sluggish-golang-f632130e5c7a) ### No compiler needed. @@ -71,7 +73,7 @@ Proper streaming of huge data is supported over Http/Https and demonstrated with WIP section -- ### Benchmarks -In the following charts "µWS v0.15" denote the C++ project - performance retention for µWebSockets.js inside of V8 is about 65-75%, way above Golang and many others. +In the following charts "µWS v0.15" denote the C++ project - performance retention for µWebSockets.js inside of V8 is about 65-75%, similar to or above the top performing Golang modules. User space memory usage for a million WebSockets is in the 100-400mb range. Http | WebSockets | PubSub --- | --- | ---