Files
node/lib
Rich Trott e6e6b07e51 buffer: remove MAX_SAFE_INTEGER check on length
MAX_SAFE_INTEGER is millions of times larger than the largest buffer
allowed in Node.js. There is no need to squash the length down to
MAX_SAFE_INTEGER. Removing that check results in a small but
statistically significant increase for Buffer.from() operating on
ArrayBuffers in some situations.

PR-URL: https://github.com/nodejs/node/pull/14131
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
2017-07-11 18:25:09 -07:00
..
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-07-09 13:41:30 -04:00
2017-07-07 13:18:19 -07:00
2017-03-10 11:23:48 -08:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-06-19 18:18:56 +02:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-06-28 20:00:42 +02:00
2017-03-10 11:23:48 -08:00
2017-06-13 11:48:59 -07:00