some suggestion
Open
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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