nodejs / nodejs/performance

some suggestion

Open
#131 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
399
Forks
11
Avg merge
29m
Merged PRs (30d)
1

Description

threads_worker is used by many people,but we can only use SharedArrayBuffer(for shared memory) ,but Buffer is node's first citizen(socket eg),can you share Buffer to SharedArrayBuffer ? nodejs/help#4288

https://github.com/nodejs/help/issues/4288

https://github.com/nodejs/node/issues/50591

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading nodejs/help#4288 and nodejs/node#50591, then trace how threads_worker uses SharedArrayBuffer and Node.js Buffer. The issue does not name a file or test; done would require a concrete, supported approach for sharing Buffer data with SharedArrayBuffer.

Written by the indexing model from the issue text.

Assessment

Tech stack
nodejs
Domain
performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.