So I want to use cpu topology in go language. By topology, I mean, NUMA topology. Is there any package out there to do that? Or may be, a package that returns cpu topology, and I can modify on top of that to return NUMA topology.
TIA.
Do you need it to be cross platform? You could parse /proc/cpuinfo on linux.
This individual seems to have a start on getting CPU topology.