David Alsh
David Alsh
Unlikely. Is the overhead seen here a result of the serialization/deserialization of values across the IPC bridge? If that's the case, can we just send pointers? I am toying around...
True, I am happy to close this issue. Thanks for helping out 🙏
That's understandable, [their ABI stability looks okay](https://abi-laboratory.pro/?view=timeline&l=libuv). I could be mistaken but it seems like there were no major changes to the ABI or API in the last 10 years....
@Brooooooklyn updated the implementation to move from libuv and onto `ThreadsafeFunction` :)
I've moved my implementation to a [napi_ext](https://github.com/alshdavid/napi_ext/tree/main) crate. The local async functionality is probably a little broken as I didn't expect any actual users and did a bunch of experimentation....
Weird, Zenith reports 38gb / 51gb used while Activity Monitor reports 18gb / 48gb used. Htop reports memory usage correctly
I am experimenting with using Giscus advanced configuration to manually create a new github discussion for comments on highlighted text (or individual blocks). The annoying thing is that a floating...
On this same thread, it would be cool if you could launch Zenith with a filter or target PID ```bash # Filter by name node ./index.js & zenith --filter "node...
Hey, no pressure just wondering if any progress has been made with this feature? I was doing a demo at work the other day and someone asked me what the...
I've created a wrapper around `rustfmt` and `cargo fmt` that allows formatting one/many files (non recursively) and also enables nightly formatting features without installing nightly Rust. [https://github.com/alshdavid/cargo-xfmt](https://github.com/alshdavid/cargo-xfmt) ```bash cargo install...