mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Update README.md
This commit is contained in:
committed by
Kirill Danshin
parent
ae421163c5
commit
d644da4382
@@ -1,9 +1,7 @@
|
||||
[](https://travis-ci.org/valyala/fasthttp)
|
||||
[](http://godoc.org/github.com/valyala/fasthttp)
|
||||
[](https://fuzzit.dev)
|
||||
[](https://goreportcard.com/report/github.com/valyala/fasthttp)
|
||||
# fasthttp [](https://travis-ci.org/valyala/fasthttp) [](http://godoc.org/github.com/valyala/fasthttp) [](https://fuzzit.dev) [](https://goreportcard.com/report/github.com/valyala/fasthttp)
|
||||
|
||||

|
||||
|
||||
# fasthttp
|
||||
Fast HTTP implementation for Go.
|
||||
|
||||
Currently fasthttp is successfully used by [VertaMedia](https://vertamedia.com/)
|
||||
@@ -400,7 +398,7 @@ instead of [html/template](https://golang.org/pkg/html/template/).
|
||||
* Pin each server instance to a separate CPU core using [taskset](http://linux.die.net/man/1/taskset).
|
||||
* Ensure the interrupts of multiqueue network card are evenly distributed between CPU cores.
|
||||
See [this article](https://blog.cloudflare.com/how-to-achieve-low-latency/) for details.
|
||||
* Use Go 1.6 as it provides some considerable performance improvements.
|
||||
* Use Go 1.13 as it provides some considerable performance improvements.
|
||||
|
||||
|
||||
# Fasthttp best practices
|
||||
|
||||
Reference in New Issue
Block a user