-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add Go Hertz #447
Comments
Sure, I'll do it along with Gnet sometime in the future |
Thanks for your reply. |
Hertz can utilise either the standard library net or ByteDance's self-developed netpoll. Could we incorporate both into the comparison? This would allow us to better observe the extent of scheduling and lower-level optimisations. |
@WJQSERVER thanks for the context i'll see what i can do |
Can you add performance tests for Go hertz? It claims to have better performance than Fiber and Fasthttp. If you need a test case, I can try to PR one.
https://github.com/cloudwego/hertz
I want to know its real performance
The text was updated successfully, but these errors were encountered: