- Years of development experience with Go.
- Open source maniac, projects include : elasticsql, asm-cli-rust
- Coauthor of open source book advanced go programming in Chinese
- Currently working on mosn.
Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
863 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in golang/go that received 28 comments
crypto/tls: reuse the tls Conn's outBuf to reduce memory cost on large number of tls connections
benchstat old.txt new.txt name old time/op new time/op delta ConnOutbufWithPool-8 1.95µs ± 1% 0.62µs ± 1% -68.16% (p=0.000 n=9+10) name old alloc/o…
Created an issue in golang/go that received 2 comments
crypto/tls: outBuf of Conn costs too much memory for large number of idle connections
What version of Go are you using (go version)?
$ go version
1.13
Does this issue reproduce with the latest release?
yes
What operating system and …