# piscisaureus/wepoll

wepoll: fast epoll for windows⁧  🎭

Repository: https://github.com/piscisaureus/wepoll
Canonical: https://ross.abutalabs.com/products/wepoll
Language: C
License: NOASSERTION
License Family: other
Last push: 2024-07-22T22:43:54+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5122, "days_push": 772, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1111, forks 169 (observed 2026-08-28T04:03:37.663616+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: networking, concurrency, developer-tools
- domain: networking, developer-tools, cross-platform
- platform: windows, cpp, c
- tags: epoll, sockets, event-loop, io-completion-ports, single-file-library

## Member repositories
- piscisaureus/wepoll (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:37.663616+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:43:24.686956+00:00, confidence not recorded.
  - readme: https://github.com/piscisaureus/wepoll (fetched 2026-08-28T04:03:37.663616+00:00, sha da5ffd08bdcb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
