core_affinity_rs icon indicating copy to clipboard operation
core_affinity_rs copied to clipboard

just a single cpu per thread?

Open zertyz opened this issue 4 years ago • 1 comments

Thanks for sharing this lib.

I'd like to suggest the possibility of setting the cpu affinity for more than 1 cpu.

(set_for_current would receive an array or vector instead of a scalar).

thanks, Luiz.

zertyz avatar Sep 25 '21 09:09 zertyz

I would like to refactor the library to support this. It is doable for linux, but it might get more involved for the other systems.

Elzair avatar Aug 03 '23 21:08 Elzair