Files
livekit/pkg/agent/endpoint
Théo Monnom 2f45e54e70 agent endpoints: pool the per-request bridge buffers
- reuse the 32KiB response-copy buffer and the response-head reader from
  sync.Pools; ~27% fewer bytes allocated per small request.
- reuse a per-conn marshal buffer in WriteFrame instead of allocating one per
  frame; ~19% fewer bytes on a 1MiB upload. Safe because stream.Write copies
  the payload and gorilla WriteMessage does not retain it.
2026-08-21 19:02:11 -07:00
..
2026-08-19 18:25:35 -07:00
2026-08-19 18:25:35 -07:00
2026-08-19 18:25:35 -07:00
2026-08-19 18:25:35 -07:00