smallnest/1m-go-tcp-server resource
benchmarks for implementation of servers which support 1 million connections observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2756
- days_rel: n/a
- days_push: 1966
- n_releases_24m: 0
Adoption not part of the score
1928 stars · 356 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of Go TCP server implementations benchmarked at supporting 1 million concurrent connections, comparing goroutine-per-connection, epoll, prefork, and workerpool (Reactor) approaches. It includes throughput and latency test results plus Linux kernel tuning guidance.
Use cases
- benchmark tcp servers handling 1 million connections in go
- compare epoll vs goroutine-per-connection performance
- learn how to write high-concurrency tcp servers in go
- tune linux for massive numbers of tcp connections
- understand reactor pattern and prefork server designs
When to choose
- you want to learn or benchmark extreme-concurrency TCP server patterns in Go
- you need reference epoll-based server/client implementations
- you want real throughput and latency numbers for different concurrency models
When to avoid
- you need a production-ready TCP server framework
- you need a maintained library with a license and active releases
- you target platforms other than Linux, since epoll is Linux-specific
Facets
learning-resource · maturity maintenance
benchmarking http-server networking concurrency networking performance developer-tools go epoll tcp-server c10k high-concurrency goroutines reactor-pattern linux
1 source
- readme: https://github.com/smallnest/1m-go-tcp-server · fetched 2026-08-28 · e25bcbfc0c48
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| smallnest/1m-go-tcp-server | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="smallnest/1m-go-tcp-server")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem