This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "global": { | |
| "banner": { | |
| "startDate": "2025-05-14T03:00:00.000Z", | |
| "endDate": "2030-05-21T03:00:00.000Z", | |
| "text": "May Security Release is available", | |
| "link": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases", | |
| "type": "warning" | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| // Sum all "price" fields from a large array of order objects: | |
| // | |
| // [ | |
| // {"id": 1, "item": "Widget A", "price": 29.99, "qty": 3}, | |
| // {"id": 2, "item": "Widget B", "price": 14.50, "qty": 1}, | |
| // ...thousands more... | |
| // ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| buffers/buffer-copy-static.js n=500000 partial="true" type="buffer" bytes=8: 17,660,667.926460978 | |
| buffers/buffer-copy-static.js n=500000 partial="false" type="buffer" bytes=8: 18,909,280.90954549 | |
| buffers/buffer-copy-static.js n=500000 partial="true" type="uint8array" bytes=8: 18,379,453.44725213 | |
| buffers/buffer-copy-static.js n=500000 partial="false" type="uint8array" bytes=8: 18,804,297.17303342 | |
| buffers/buffer-copy-static.js n=500000 partial="true" type="arraybuffer" bytes=8: 19,382,505.923875283 | |
| buffers/buffer-copy-static.js n=500000 partial="false" type="arraybuffer" bytes=8: 20,080,052.744676147 | |
| buffers/buffer-copy-static.js n=500000 partial="true" type="buffer" bytes=128: 18,713,450.292397663 | |
| buffers/buffer-copy-static.js n=500000 partial="false" type="buffer" bytes=128: 18,589,692.944746785 | |
| buffers/buffer-copy-static.js n=500000 partial="true" type="uint8array" bytes=128: 18,765,100.27619225 | |
| buffers/buffer-copy-static.js n=500000 partial="false" type="uint8array" bytes=128: 18,698,141.872151453 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| ignoredFiles: [ '/Users/guilhermearaujo/Projects/nodejs/node/doc/api/buffer.md' ], | |
| resolvedFiles: [ | |
| '/Users/guilhermearaujo/Projects/nodejs/node/doc/api/addons.md', | |
| '/Users/guilhermearaujo/Projects/nodejs/node/doc/api/assert.md', | |
| '/Users/guilhermearaujo/Projects/nodejs/node/doc/api/async_context.md', | |
| '/Users/guilhermearaujo/Projects/nodejs/node/doc/api/async_hooks.md', | |
| '/Users/guilhermearaujo/Projects/nodejs/node/doc/api/child_process.md', | |
| '/Users/guilhermearaujo/Projects/nodejs/node/doc/api/cli.md', | |
| '/Users/guilhermearaujo/Projects/nodejs/node/doc/api/cluster.md', |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.