AstroPhoto-Plus icon indicating copy to clipboard operation
AstroPhoto-Plus copied to clipboard

Review threading/multiprocessing

Open GuLinux opened this issue 6 years ago • 0 comments
trafficstars

We currently have way too many threads. we could optimise things by centralising some threads (for instance, SSE, sequences), using more queues, and more multiprocessing when needed and possible. SSE should have its own thread. Running Sequences should be processes.

Related to #51 #159

GuLinux avatar Sep 23 '19 08:09 GuLinux