Ross ROSS = Recommend OSS · open-source software intelligence for agents

libevent/libevent

Event notification library observed · 2026-08-28

github.com/libevent/libevent · homepage · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 91
  • Longevity 100

Flags: 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: 0
  • age_days: 5567
  • days_rel: 63
  • days_push: 7
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

11942 stars · 3464 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

libevent is a C library providing a portable event notification API that executes callbacks on file descriptor events, timeouts, and signals. It replaces hand-written event loops in event-driven network servers and includes buffered I/O, DNS, HTTP, and a minimal RPC framework.

Use cases

  • write a high-performance event-driven network server in C
  • replace select/poll event loops with a portable abstraction
  • build an async HTTP server or client
  • handle timers and signals in a single event loop
  • write multi-threaded networked applications with scalable I/O
  • implement DNS or minimal RPC protocols

When to choose

  • you need a mature, portable C event loop across Linux, BSD, macOS, and Windows
  • you want epoll/kqueue/select abstraction without rewriting your event loop
  • you need buffered network I/O with SSL, rate-limiting, or zero-copy file transmission
  • you are building a dependency for other software (e.g., Tor, memcached-style servers)

When to avoid

  • you are in a language with built-in async runtimes (Node.js, Go, Rust tokio)
  • you need a full-featured HTTP framework rather than a low-level event library
  • you want a modern coroutine/async-await programming model
  • your project is not in C/C++ and binding overhead matters

Facets

library · maturity stable

networking concurrency http-server rpc caching networking developer-tools backend cross-platform windows bsd cross-platform c event-loop async-io epoll kqueue bufferevents dns c10k linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
libevent/libeventmain96

For agents

markdown · JSON · MCP: product_card(name="libevent/libevent")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem