Files
livekit/pkg
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-14 16:26:08 +08:00
2025-11-28 21:51:53 +05:30
2026-07-26 22:26:41 +05:30
2026-08-14 16:26:08 +08:00
2026-08-14 16:26:08 +08:00
2026-04-23 15:41:55 +05:30