David Alsh
David Alsh
Haha, unfortunately not. I'll raise a question in their GitHub though. Hopefully that might start a dialogue. > Some kind of ~standard interface that would others to also create/maintain more...
> V8 has preliminary support for shared structs, gated on the --harmony_struct flag That's super interesting! > I don't have good suggestions off the bat, not without knowing more about...
> If you're storing lots of strings, --shared_string_table may help (or not - you'll have to measure.) Yes, strings account for the vast majority of our memory usage. I was...
> @alshdavid , we had discussed this PR in our last Node-API meeting on 5/9/2025. The overall opinion is that we should proceed with this change. 🥳 > * We...
@vmoroz, thanks for the commit. I have applied those changes and amended the commit message to fit the Nodejs rules I have also added you as a co-author and given...
@vmoroz @mhdawson , updated the PR to fix the linting error and add some basic documentation. Feel free to modify the documentation to better suit. I tried to write an...
Hi @vmoroz, any chance you've had some time to look into this?
We are currently using my libnode fork at work and it would be amazing if we could make progress here as there are reservations with using/maintaining a fork. Once this...
Hey @vmoroz, I have merged your changes into this PR. I have also squashed the commits and rebased onto `main`.
Also related: https://github.com/comfyanonymous/ComfyUI/issues/7332