core_affinity_rs
core_affinity_rs copied to clipboard
just a single cpu per thread?
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.
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.