Skip to content

Commit

Permalink
修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
linzedo committed Jul 22, 2023
1 parent 6d7804b commit 28b6f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# go-threading
受号称比net/http标准库快10倍的fasthttp https://github.com/valyala/fasthttp 启发,参考其资源复用模型开发的go协程池,可控制任务并发以及减少大量内存分配,减少gc压力。
号称比net/http标准库快10倍的fasthttp https://github.com/valyala/fasthttp ,参考其资源复用模型开发的go协程池,可控制任务并发以及减少大量内存分配,减少gc压力。
# 安装
> go get github.com/linzedo/go-threading
Expand Down

0 comments on commit 28b6f3a

Please sign in to comment.