nodejs / performance

Node.js team focusing on performance
MIT License
376 stars 7 forks source link

some suggestion #131

Open introspection3 opened 11 months ago

introspection3 commented 11 months ago

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