Codebase list golang-github-valyala-bytebufferpool-upstream / e746df9
Add benchmark results (#10) Kirill Danshin authored 7 years ago Aliaksandr Valialkin committed 7 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
99 This amount equals to the maximum total size of the byte buffers
1010 in concurrent use.
1111
12 # Benchmark results
13 Currently bytebufferpool is fastest and most effective buffer pool written in Go.
14
15 You can find results [here](https://omgnull.github.io/go-benchmark/buffer/).
16
1217 # bytebufferpool users
1318
1419 * [fasthttp](https://github.com/valyala/fasthttp)