Skip to content

Issues: nodejs/node

Upcoming Node.js Major Release (v24)
#57057 opened Feb 15, 2025 by github-actions bot
Open
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Node 16 VS Node 22 Performance Question performance Issues and PRs related to the performance of Node.js.
#56957 opened Feb 8, 2025 by 759325100
src: modify SecureContext::SetCACert to not create root certificate store c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js.
#56301 opened Dec 18, 2024 by ShenHongFei Loading…
Tracking Issue: Syncify the ESM Loader esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders performance Issues and PRs related to the performance of Node.js.
#55782 opened Nov 8, 2024 by GeoffreyBooth
21 tasks
benchmark: add initial support for benchmark coverage benchmark Issues and PRs related to the benchmark subsystem. performance Issues and PRs related to the performance of Node.js. url Issues and PRs related to the legacy built-in url module. whatwg-url Issues and PRs related to the WHATWG URL implementation.
#54333 opened Aug 12, 2024 by RafaelGSS Draft
buffer: optimize writing short strings buffer Issues and PRs related to the buffer subsystem. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js.
#54310 opened Aug 10, 2024 by ronag Draft
tls: improve performance of getAllowUnauthorized needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js. tls Issues and PRs related to the tls subsystem.
#54297 opened Aug 10, 2024 by Uzlopak Loading…
Allow Buffer.copy to take an ArrayBuffer buffer Issues and PRs related to the buffer subsystem. feature request Issues that request new features to be added to Node.js. performance Issues and PRs related to the performance of Node.js.
#53700 opened Jul 2, 2024 by ronag
tiny startup time regression performance Issues and PRs related to the performance of Node.js.
#52804 opened May 2, 2024 by mcollina
events: add fast and slow path events Issues and PRs related to the events subsystem / EventEmitter. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run. performance Issues and PRs related to the performance of Node.js.
#52733 opened Apr 28, 2024 by rluvaton Draft
5 of 11 tasks
node22 performance degradation performance Issues and PRs related to the performance of Node.js. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#52700 opened Apr 26, 2024 by FishOrBear
Extremely slow assertion error message generation for minified bundles assert Issues and PRs related to the assert subsystem. confirmed-bug Issues with confirmed bugs. performance Issues and PRs related to the performance of Node.js.
#52677 opened Apr 24, 2024 by martinjlowm
Perf Issue with passing CA certs in Agent Options for HTTPS calls vs NODE_EXTRA_CA_CERTS https Issues or PRs related to the https subsystem. performance Issues and PRs related to the performance of Node.js.
#52549 opened Apr 15, 2024 by mdathrika
WeakRef has slow performance & degrades runtime performance performance Issues and PRs related to the performance of Node.js.
#52444 opened Apr 10, 2024 by btakita
[Bug] Re-imports in ESM are 20-25 times slower than re-requires in CommonJS loaders Issues and PRs related to ES module loaders performance Issues and PRs related to the performance of Node.js.
#52369 opened Apr 4, 2024 by vitaliylag
events: improve addAbortListener perf by saving the same options object events Issues and PRs related to the events subsystem / EventEmitter. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js.
#52367 opened Apr 4, 2024 by rluvaton Loading…
VM: vm.runInNewContext with timeout got perf impact performance Issues and PRs related to the performance of Node.js. vm Issues and PRs related to the vm subsystem.
#52261 opened Mar 29, 2024 by Lellansin
Racing immediately-resolving Promises leads to memory leak confirmed-bug Issues with confirmed bugs. performance Issues and PRs related to the performance of Node.js. promises Issues and PRs related to ECMAScript promises.
#51452 opened Jan 13, 2024 by cefn
lib: Enhancing Performance and Readability with Switch Statements 🚀 buffer Issues and PRs related to the buffer subsystem. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js.
#51304 opened Dec 28, 2023 by sanjaiyan-dev Loading…
Reduce the promise overhead in the ESM loader loaders Issues and PRs related to ES module loaders performance Issues and PRs related to the performance of Node.js.
#50900 opened Nov 24, 2023 by joyeecheung
Proposal: Have the ESM loader handle all entry points esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. performance Issues and PRs related to the performance of Node.js.
#50356 opened Oct 24, 2023 by GeoffreyBooth ESM Loaders: Primetime
Running node parses the entry file path 5 times esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders performance Issues and PRs related to the performance of Node.js.
#49968 opened Sep 29, 2023 by anonrig
Node-API performance feature request Issues that request new features to be added to Node.js. never-stale Mark issue so that it is never considered stale performance Issues and PRs related to the performance of Node.js.
#49922 opened Sep 28, 2023 by mmomtchev
fs: improve error performance of fchownSync c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js.
#49920 opened Sep 28, 2023 by evelez7 Loading…
querystring: rebalance the performance of unescape needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js. querystring Issues and PRs related to the built-in querystring module.
#49687 opened Sep 17, 2023 by Uzlopak Draft
Ghost-based benchmark have worse performance on node v20.3.0/v20.3.1 libuv Issues and PRs related to the libuv dependency or the uv binding. performance Issues and PRs related to the performance of Node.js.
#48654 opened Jul 5, 2023 by Septa2112
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.