Skip to main content

Module numa

Module numa 

Source
Expand description

§NUMA Topology Detection

Detects system NUMA topology for thread-per-core architecture. On multi-socket systems, memory access latency varies by 2-3x depending on whether memory is local or remote to the CPU.

§Components

§Platform Support

PlatformSupport
LinuxFull NUMA support
macOSDegraded (single node)
WindowsDegraded (single node)

Structs§

NumaTopology
NUMA topology information for the system.

Enums§

NumaError
Errors that can occur during NUMA operations.

Type Aliases§

Result
Result type for NUMA operations.