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

Hi, what is the coverage about this repo? #501

Closed
TonyPythoneer opened this issue Apr 8, 2020 · 1 comment
Closed

Hi, what is the coverage about this repo? #501

TonyPythoneer opened this issue Apr 8, 2020 · 1 comment

Comments

@TonyPythoneer
Copy link

Hi,

I am interested in this repo because I find the TechEmpower has shown this repo ranks in front of gin.

I am surveying this repo that can use on production or not.

Is there any data that can prove this project is qualified for coverage? If it has, please tell me. Thanks.

@pkieltyka
Copy link
Member

My suggestion is to read the code of the projects and understand their design tradeoffs to make the best choice for you.

See #91 .. which is a tiny list compared to the scale of chi's use. As well Google, Twitter and Reddit search for "chi" + "golang" and "go-chi"

best of luck

btw, can you link me to the TechEmpower stats you see, and/or post a screenshot? I'm curious

I'll mention a lot of benchmarks from "router" projects are just benchmarking in a for-loop and not in real-world situations and are artificial benchmarks, and zero-allocation is not concern as all the routers are so highly optimized they will be negligible to any kind app code allocation / execution. So, TBH, both gin and chi are fine choices and you should choose based on the architecture and design you prefer as both will perform very well.

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