1
0
mirror of https://github.com/labstack/echo.git synced 2026-06-20 01:18:42 +02:00

1 Commits

Author SHA1 Message Date
Vishal Rana b1d65e40fe perf: optimize core hot paths (chain, context, binding, responses) (#3008)
Compile middleware chains once, zero-copy String/HTML/JSONP writes, reuse delayedStatusWriter + context store map, single-key QueryParam fast path, per-type bind metadata cache, precomputed HSTS header, pooled request-ID buffers. No public API changes. Also de-flakes TestStartConfig_WithListenerNetwork (ephemeral port).
2026-06-14 06:08:07 -07:00