6 ms·
I'll cautiously mention: https://github.com/valyala/fasthttp https://github.com/valyala/fasthttp It's a net/http replacement that is close to x10 in performanc
by 101km 8y ago
I'll cautiously mention: https://github.com/valyala/fasthttp https://github.com/valyala/fasthttp
It's a net/http replacement that is close to x10 in performance -- however it is not a drop in replacement and you should avoid it unless you really actually need the rps.
That's pretty much the opposite of a web framework.