DataMedSci / yagit

The gamma index calculation library for radiation dose DICOM images
https://datamedsci.github.io/yagit/
GNU General Public License v3.0
2 stars 4 forks source link

Add better load balancer for multithreaded Wendling #64

Closed michal367 closed 1 year ago

michal367 commented 1 year ago

Added better load balancer for multithreaded Wendling gamma index. It is based on queue with tasks. When a thread completes its task, it then takes the next task from the tasks queue.