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
NumaTopology- Detects system NUMA topology
§Platform Support
| Platform | Support |
|---|---|
| Linux | Full NUMA support |
| macOS | Degraded (single node) |
| Windows | Degraded (single node) |
Structs§
- Numa
Topology - NUMA topology information for the system.
Enums§
- Numa
Error - Errors that can occur during NUMA operations.
Type Aliases§
- Result
- Result type for NUMA operations.