Closed hydraconis closed 1 year ago
I suspect that the application is running single-threaded. It would be nice if it could use multi-core.
JavaScript is a single-threaded language. There might be some possibilities for the desktop application. However, I don't see any tasks that could be parallelized.
I suspect that the application is running single-threaded. It would be nice if it could use multi-core.