Will

Results 45 comments of Will

# Adding to bindings 🤔 I have some doubt, but I haven't coded to Jack2 specifically. I thought the JACK API was `C` and although Jack2 is made in C++...

Here are the benchmark results I got. TLDR: Seems a little bit better, but maybe not enough. May run again since results may be noisy. May also look into some...

Is this possibly a Rust issue when depending on a crate? I get the following for a completely unrelated Rust binary. ```sh cd /tmp git clone https://github.com/blahgeek/emacs-lsp-booster.git cd emacs-lsp-booster cargo...

This makes sense. Feel free to send a PR or I can do one over the weekend.

What do you think of wrapping `NotificationHandler` in a mutex? - The performance critical `ProcessHandler` is separate so its fine. - Probably won't break any existing users. - If needed,...