valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.91k stars 1.76k forks source link

Website, use case, wiki #728

Open proyb6 opened 4 years ago

proyb6 commented 4 years ago

For what it worth, I feel it would be useful to provide use case and wiki so that anyone can get confident about using FastHTTP for their project?

Wiki can provides inner details on FastHTTP or any useful info for developers who haven’t explore into Go yet.

Although, there is a blog: https://github.com/valyala/fasthttp/blob/master/README.md

dgrr commented 4 years ago

I don't see why fasthttp needs a wiki. It's pretty straightforward to use.