piscisaureus/wepoll
wepoll: fast epoll for windows 🎭 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5122
- days_rel: n/a
- days_push: 772
- n_releases_24m: 0
Adoption not part of the score
1111 stars · 169 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
wepoll is a small C library that implements the Linux epoll API on Windows, enabling scalable socket event notification. It is distributed as a single source file and header for easy embedding in cross-platform applications.
Use cases
- port Linux epoll-based code to Windows
- poll tens of thousands of sockets efficiently on Windows
- build cross-platform event loops without IOCP
- replace select/WSAPoll in Windows networking code
- embed a scalable socket readiness API in a C/C++ project
When to choose
- you need epoll-compatible socket polling on Windows
- your cross-platform code relies on epoll semantics
- you want a trivially embeddable two-file library
When to avoid
- you need edge-triggered (EPOLLET) mode, which is unsupported
- you need to poll file descriptors or non-socket handles
- you target Windows versions older than Vista
- you prefer native IOCP-based async I/O designs
Facets
library · maturity maintenance
networking concurrency developer-tools networking developer-tools cross-platform windows cpp c epoll sockets event-loop io-completion-ports single-file-library
1 source
- readme: https://github.com/piscisaureus/wepoll · fetched 2026-08-28 · da5ffd08bdcb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| piscisaureus/wepoll | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="piscisaureus/wepoll")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem