changkun / research
my research archive (publications/talks/teaching/etc.)
☆8Updated last month
Alternatives and similar repositories for research:
Users that are interested in research are comparing it to the libraries listed below
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- 🧵 thead facilities in Go☆15Updated 4 years ago
- 救命用的profile☆41Updated 2 years ago
- Cases for high concurrency go programs☆11Updated 4 years ago
- a lite version of rpcx☆16Updated 3 years ago
- ☆20Updated last year
- waitgroup that supports context and timeout.☆20Updated 4 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…