Yagiz Nizipli
Yagiz Nizipli
https://github.com/nodejs/node/pull/53612 is required to do a benchmark A different approach to https://github.com/nodejs/node/pull/53541 cc @nodejs/performance @nodejs/cpp-reviewers @billywhizz @jasnell @nodejs/fs Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1573/ Small win on happy path, and *probably* high win...
> By moving the function to C++, we should get a significant improvement in performance. I'm **extremely** open to suggestions on improving the benchmarks, but with the current state, here...
Backports https://github.com/nodejs/node/pull/50322 to v20 cc @nodejs/releasers @joyeecheung @GeoffreyBooth
Following line is a perfectly fine declaration for v8 fast API. ```c++ using CFunctionCallbackWithInput = void (*)(v8::Local receiver, const v8::FastOneByteString& source, const v8::FastApiTypedArray& destination, const v8::FastApiTypedArray& result, v8::FastApiCallbackOptions& options); ```...
Simplifies code by using `std::filesystem`. Since std::filesystem is C++17, this pull-request can be backported to 18 and 20. The following benchmark shows 2% improvement, but I'm sure if we had...
I propose enabling Github Sponsors for the Node.js Github organization as well as creating an OpenCollective account. Eslint already has an OpenCollective account which is enabled for a long time....
I propose adding github sponsors link in nodejs's readme next to TSC members, collaborators and triagers. We don't have any funding options like Eslint or other large projects but this...
I'm optimistic about this, but never used it. Maybe we should consider it. @lemire what do you think?
@obi1kenobi 's cargo-semver-checks would likely improve our stability. let's use it! https://github.com/obi1kenobi/cargo-semver-checks
### Description of the bug: Whenever I press `Sync` button on Clion: ### Which category does this issue belong to? Intellij ### What's the simplest, easiest way to reproduce this...