Hacker News new | past | comments | ask | show | jobs | submit login

You can use fasthttp in Go to get performance within about 10% of the best in other languages. See the latest tech empower benchmarks.



Yup. It's also famously incompatible with the wider ecosystem because it's not a drop in replacement for net/http. There are other criticisms I haven't really looked into as well.

Not meant to be my own criticism, just an observation. I believe the net/http interface ossified its own design decisions making it hard/impossible to be compatible with?


The net/http interface requires too many allocations, which prevents it from running at the same speed.

That's why fasthttp uses a different design.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: