You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: