-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Q&A] Do you see a way to get the amount of high-performance cores on MacOS? #416
Comments
"high-performance core" seems very vague... Considering that this crate aims to provide the same API on all targets, it seems to be too much apple (or even macOS) specific to be added here. I'll close the issue but don't hesitate to continue commenting on it if you have more information. I'm curious if that's something other OSes also have. |
The other side of ‘high performance cores’ are ‘high efficiency cores’, and time will tell if those will be an architectural trend similar to what we know as ‘logical cores’. Right now, only Apple seems to have them, but I guess if AMD and Intel provide some of their own we can have a look at this once more. |
Sounds good to me! |
Here is the announced Intel Alder Lake CPU which introduces the concept of 'big' and 'small' cores, where 'small' would be equivalent in purpose to the 'high efficiency' cores Apple uses. I guess I would prefer to stick to the more descriptive term 😅. Let's see what AMD will do. |
This is a forwarding issue to the one in the
num_cpus
crate, and maybe you would have an idea.I also did a little bit of my own investigation there in case it helps.
Thanks a lot.
The text was updated successfully, but these errors were encountered: