SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 362 forks source link

Can math preview support multiprocessing? #1522

Open note286 opened 3 years ago

note286 commented 3 years ago

The math preview is very easy to use. Thanks to the developer. I turned on all the math to automatically display, which is great. I found that the same math should be cached, not repeated rendering, and reduce CPU operation. This is a good acceleration method, but I found that the math are also rendered one by one. Some of my tex files have many math equations. The first time rendering will take a long time to complete, so supporting multiprocessing rendering is possible? You can add a switch in the settings. If the computer has more cores, users can start multiprocessing, otherwise users can close it.