Skip to content
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

Open
WJQSERVER opened this issue Mar 12, 2025 · 4 comments
Open

Add Go Hertz #447

WJQSERVER opened this issue Mar 12, 2025 · 4 comments

Comments

@WJQSERVER
Copy link

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

@antonputra
Copy link
Owner

Sure, I'll do it along with Gnet sometime in the future

@WJQSERVER
Copy link
Author

Thanks for your reply.
I just migrated one of my projects from fiber to hertz.
In my usage scenario, it has better performance than fiber, and its http2 and http3 support is better than fasthttp.
fasthttp's http2 still has problems.

@WJQSERVER
Copy link
Author

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.

@antonputra
Copy link
Owner

@WJQSERVER thanks for the context i'll see what i can do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants