Show HN: Advcache – fastest HTTP cache / reverse proxy (Open Source)(github.com)
github.com
Show HN: Advcache – fastest HTTP cache / reverse proxy (Open Source)
https://github.com/Borislavv/adv-cache
It fastest than traefik in 2-3 times, caddy in 10-15 times. Easy start and best effort with default cfg for.
1 comments
Throughput: 160–170k RPS locally; ~250k RPS sustained on 24‑core bare‑metal with a 50GB cache.
Memory safety: 1.5–3GB overhead at 50GB (no traces); ~7GB at 100% OTEL sampling.
Hot path discipline: zero allocations, sharded counters, per‑shard LRU, TinyLFU admission.
Control plane: runtime API for toggles (admission, eviction, refresh, compression, observability).
Observability: Prometheus/VictoriaMetrics metrics + OpenTelemetry tracing.
Kubernetes‑friendly: health probes, config via ConfigMap, Docker image.