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

valyala/fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http observed · 2026-08-28

github.com/valyala/fasthttp · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 98
  • Release rhythm 95
  • Longevity 100
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: 30
  • age_days: 3972
  • days_rel: 37
  • days_push: 16
  • n_releases_24m: 18

Full methodology

Adoption not part of the score

23452 stars · 1854 forks observed · 2026-08-28

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

A high-performance HTTP server and client library for Go, optimized for zero memory allocations in hot paths and up to 10x faster than the standard net/http package. It is designed for edge cases requiring thousands of requests per second with consistent low-millisecond response times.

Use cases

  • build a high-throughput http server in go
  • serve 200k requests per second from a single server
  • reduce memory allocations in go http handling
  • fast http client for go
  • handle many concurrent keep-alive connections
  • replace net/http for performance-critical services

When to choose

  • your server or client must handle thousands of small to medium requests per second
  • you need consistent low millisecond response times under heavy load
  • you have measured that net/http is a bottleneck

When to avoid

  • for most general-purpose applications where net/http is easier and sufficient
  • you need full HTTP/2 or HTTP/1.1 feature coverage
  • low traffic services where performance differences are unnoticeable

Facets

library · maturity stable

http-server http-client web-framework web-development backend performance networking go windows cross-platform high-performance zero-allocation http net-http-alternative linux macos

1 source

Member repositories

RepositoryRoleHealth v2
valyala/fasthttpmain97

For agents

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

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