JS-104: Socket.write FIFO grows linearly — O(n^2) memcpy under backpressure

Proposed by the 2026-07-07 jab multi-agent review; confirmed by both skeptic verifiers. Buf.grow allocates exactly the requested size, and the socket write path requests size+len+64K, so a slow peer makes roughly every other write recopy the whole FIFO.

Input

Context

Goals

Constraints

WIP

TODOs