Module jpeg_decoder::worker::multithreaded
source ยท Expand description
This module implements per-component parallelism. It should be possible to implement per-row parallelism as well, which should also boost performance of grayscale images and allow scaling to more cores. However, that would be more complex, so we use this as a starting point.
Structsยง
Enumsยง
- WorkerMsg ๐
Functionsยง
- create_worker ๐
- spawn_worker_thread ๐