utp-punch icon indicating copy to clipboard operation
utp-punch copied to clipboard

performance tip: please use Buffer.allocUnsafe

Open introspection3 opened this issue 3 years ago • 0 comments

let buffer = Buffer.allocUnsafe(20 + (packet.data ? packet.data.length : 0));

image

introspection3 avatar Sep 05 '21 03:09 introspection3