From 72a8861efd2b38367de2cd3d9cbb30318030cb34 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 5 Feb 2016 17:48:43 +0200 Subject: [PATCH] mention fasthttputil in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 427df4c..676ebc3 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,8 @@ by slow [RequestHandler](https://godoc.org/github.com/valyala/fasthttp#RequestHa So [profile](http://blog.golang.org/profiling-go-programs) and optimize your code after switching to fasthttp. +* See also [fasthttputil package](https://godoc.org/github.com/valyala/fasthttp/fasthttputil). + # Performance optimization tips for multi-core systems