-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmark for UWebsockets #1
Comments
@PXshadow can you add pure js test here? |
Yeah sure I'll post it here tommrow, just saw the discussion on uwebsockets.js sorry if i caused any turmoil my apologies. |
Thank you @PXshadow . I think it's not about you, it's about people's stereotypic mind :) |
Here you go, I hope this helps here is the benchmark repo as well if you want to check the code. As I expected it's essentially the same speed in haxe vs js. |
@PXshadow Thank you very much. I am trying to write cpp/hashlink externs for uwebsockets. Suppose the speed will increase more. |
Yes i would think so 😊, let me know when you have those externs I would be super excited to use those externs and hopefully also make weblink more performant and support cpp before haxe 4.2 |
Hey! I've been benchmarking as many nodejs libraries as I could and got pointed to your externs. I wrote up a quick benchmark and was very impressed by the performance, thought I'd share it here. Well done on the externs I think it's the best choice for a web server http or websockets on nodejs 😃
![image](https://user-images.githubusercontent.com/9813078/93950849-86fceb80-fcf9-11ea-8380-a8bbda7fe98b.png)
The text was updated successfully, but these errors were encountered: