Files
node/lib
Yoo 55cd2e589e dgram: restore buffer optimization in fixBufferList
Restore the Buffer.isBuffer() check to avoid unnecessary Buffer.from()
calls when the input is already a Buffer. This improves performance
by 30-50% for buffer-heavy UDP operations.

Includes benchmark test for fixBufferList function to verify the
performance improvements across different data types and chunk sizes.

PR-URL: https://github.com/nodejs/node/pull/59934
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
2025-09-21 17:50:41 +00:00
..
2025-08-02 11:31:47 +00:00
2025-08-05 03:51:16 +00:00
2025-07-26 20:43:10 +00:00
2025-07-18 09:28:21 +00:00
2025-09-04 11:58:50 +00:00
2025-09-14 00:39:32 +00:00
2025-08-05 13:45:41 +00:00