Harry
Harry
Some heavy tasks in emacs tends to block user's editing flow. We could rewrite key functions of those tasks in a multi-thread manner. We can collect the top-blocking things in...
[Rune](https://github.com/CeleritasCelery/rune) is an experimental Emacs lisp interpreter written in rust. Personally, I'm so happy somebody start working on re-implement Emacs's elisp runtime. :smile:
Currently, this PR is not build-able. I just post them here and wish those changes be a good start of porting `webrender` branch on macOS. Personally, I don't own a...
https://github.com/nbigaouette/onnxruntime-rs
One oblivious benefit is reducing the count of threads.
* Need platform compatibility test * Collect ideas how can make this useful
We are trying to make more and more features/packages built in. Such as * default melpa packages https://github.com/emacs-ng/emacs-ng/issues/98 * libegit2 https://github.com/emacs-ng/emacs-ng/issues/100 IMHO, we should have a discussion about which kind...
This [webrender](https://github.com/servo/webrender) experimental integration can support basic editing work :smile: . Currently, it can only be built on Linux platform(X11 and Wayland). Build steps: ``` bash ./configure --with-webrender make ```...
* port b300052: Try and speed up bytechar conversion with many markers. * port ed962f2b: Fix bug#30846, along with misc cleanups found along the way * port d06c2e7: Add a...