MewTracker / sv-research

GNU General Public License v3.0
57 stars 16 forks source link

RaidCalc parameters question #18

Closed Crobat169 closed 1 year ago

Crobat169 commented 1 year ago

Thanks for your work, Sorry to bother you that I would like to know what does Threads(1~7) mean in the Basic Parameters set?

MewTracker commented 1 year ago

This setting controls how many hardware threads (CPU cores) will be used to parallelize the search. More threads == more CPU utilization == faster search (not always but it's true in general).

Crobat169 commented 1 year ago

I’ve checked different options with Threads and got the same results only with noticeable reaction speed difference of showing results so that’s the answer, thank you.