Y
Hacker News
new
|
ask
|
show
|
jobs
by
jonathan-kosgei
2908 days ago
Should fasthttp be used in production? It seems to get a lot of flak for not fully implementing HTTP.
https://www.reddit.com/r/golang/comments/5w3ang/switching_fr...
1 comments
sagichmal
2908 days ago
Like every engineering decision it is a risk/reward spectrum. But unless you have profiled to know that net/http is your bottleneck, no, you should almost certainly not use fasthttp.
link