Processor cores

113 views
Skip to first unread message

Tharaneedharan Vilwanathan

unread,
May 15, 2022, 6:29:19 PM5/15/22
to golang-nuts
Hi All,

I have a quick question about processor core usage.

Many processors like ARM, Apple and Intel have performance and efficiency cores. Does Go scheduler recognize these cores as different types and treat them accordingly? Or is it something that the OS deals with and a Go program has no control over it? Just trying to understand more.

Request you to share some thoughts.

Regards
dharani

robert engels

unread,
May 15, 2022, 6:54:26 PM5/15/22
to Tharaneedharan Vilwanathan, golang-nuts
No it does not. See runtime/proc.go if you want to learn more.

--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAN-HoCnFK-oDUu4gd%2BA0RVHOV%2ByUCYEWEMPbK7QDHP3isaZR6w%40mail.gmail.com.

Tharaneedharan Vilwanathan

unread,
May 15, 2022, 7:55:40 PM5/15/22
to robert engels, golang-nuts
Thanks Robert!

Regards
dharani

Reply all
Reply to author
Forward
0 new messages