mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
Add a benchmark, and amend the relevant source code comment to state that currently, switching to directly returning a BigInt is not stopped by technical obstacles but rather the fact that using a typed array is actually a bit faster (about 2.5 %, measured locally). PR-URL: https://github.com/nodejs/node/pull/26381 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> |
||
|---|---|---|
| .. | ||
| bench-env.js | ||
| bench-hrtime.js | ||
| memoryUsage.js | ||
| next-tick-breadth-args.js | ||
| next-tick-breadth.js | ||
| next-tick-depth-args.js | ||
| next-tick-depth.js | ||
| next-tick-exec-args.js | ||
| next-tick-exec.js | ||