Try to port the application front end from valyala/fasthttp to native net/http and evaluate performance.
Unlike fasthttp, the native package also supports HTTP/2 and HTTP/3, which may be much more efficient than the third-party just by default. But that's not certain. 🤔
Try to port the application front end from [valyala/fasthttp](https://github.com/valyala/fasthttp) to native [net/http](https://pkg.go.dev/net/http) and evaluate performance.
Unlike fasthttp, the native package also supports HTTP/2 and HTTP/3, which may be much more efficient than the third-party just by default. But that's not certain. 🤔
Try to port the application front end from valyala/fasthttp to native net/http and evaluate performance.
Unlike fasthttp, the native package also supports HTTP/2 and HTTP/3, which may be much more efficient than the third-party just by default. But that's not certain. 🤔