Skip to content

Issues: nodejs/node

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

os: rename functions wrapped via hideStackFrames() needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. os Issues and PRs related to the os subsystem.
#58159 opened May 4, 2025 by LiviaMedeiros Loading…
lib: consolidate Channel and ActiveChannel into single class diagnostics_channel Issues and PRs related to diagnostics channel needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
#57977 opened Apr 22, 2025 by gurgunday Loading…
lib: make new SafeSet(arr) safe lib / src Issues and PRs related to general changes in the lib or src directory. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#57895 opened Apr 16, 2025 by ljharb Draft
tls: optimize convertProtocols by using Uint8 and removing reduce needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. tls Issues and PRs related to the tls subsystem.
#57671 opened Mar 29, 2025 by gurgunday Loading…
buffer: optimize read UInt16/24 functions with bitwise operators 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.
#57267 opened Mar 2, 2025 by gurgunday Loading…
events: refactored emit to improve performance 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.
#56741 opened Jan 24, 2025 by KunalKumar-1 Loading…
buffer: make methods work on Uint8Array instances 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.
#56578 opened Jan 13, 2025 by nbbeeken Loading…
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…
url: add V8 Fast API for Blob RevokeObjectURL c++ Issues and PRs that require attention from people who are familiar with C++. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation.
#54712 opened Sep 2, 2024 by tannal Loading…
path: remove StringPrototypeCharCodeAt from some methods of posix needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem.
#54668 opened Aug 31, 2024 by HBSPS Loading…
url: use primordials in url.js commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. url Issues and PRs related to the legacy built-in url module.
#54489 opened Aug 21, 2024 by Uzlopak Loading…
path: update win32 toNamespacedPath to support device namespace paths needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem. semver-minor PRs that contain new features and should be released in the next minor version. windows Issues and PRs related to the Windows platform.
#54367 opened Aug 14, 2024 by injunchoi98 Loading…
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
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
fs: Performance Enhancement: Concurrent Execution of Async Tasks with Promise.all fs Issues and PRs related to the fs subsystem / file system. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#51215 opened Dec 19, 2023 by sanjaiyan-dev Loading…
stream: consolidate common code from readable push and unshift helper… needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#50402 opened Oct 26, 2023 by wa-Nadoo Loading…
stream: remove Array.p.shift primordial from hotpath of RS.read() needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. web streams
#50340 opened Oct 23, 2023 by debadree25 Draft
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
assert: add __proto__ null assert Issues and PRs related to the assert subsystem. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#48661 opened Jul 5, 2023 by rluvaton Loading…
2 tasks
events: refactor to be less susceptible to prototype pollution 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.
#47966 opened May 11, 2023 by aduh95 Loading…
lib: remove multiple noop definition lib / src Issues and PRs related to general changes in the lib or src directory. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#47327 opened Mar 31, 2023 by deokjinkim Loading…
timers: fix the order of timers under a long loop needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
#46644 opened Feb 14, 2023 by XadillaX Loading…
lib: make Error objects instantiation less vulnerable to prototype pollution errors Issues and PRs related to JavaScript errors originated in Node.js core. lib / src Issues and PRs related to general changes in the lib or src directory. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#46065 opened Jan 2, 2023 by aduh95 Loading…
add: scheduler config option for cluster cluster Issues and PRs related to the cluster subsystem. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#42308 opened Mar 12, 2022 by yashLadha Loading…
console: make console.log resilient to built-in prototypes tempering 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.
#37332 opened Feb 12, 2021 by aduh95 Loading…
ProTip! no:milestone will show everything without a milestone.