SecSimon / TTM

https://www.simon-liebl.de/TTM
GNU General Public License v3.0
8 stars 0 forks source link

Feature Request: Multi-threading #14

Closed hydraconis closed 1 year ago

hydraconis commented 1 year ago

I suspect that the application is running single-threaded. It would be nice if it could use multi-core.

SecSimon commented 1 year ago

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.