NUMA (Non-Uniform Memory Architecture)

Home > Computer Science > High-Performance Computing > HPC Architecture > NUMA (Non-Uniform Memory Architecture)

Unlike SMP, NUMA provides each processor with its own memory, allowing processors to access data asynchronously, thereby reducing waiting times for data transfer.