NUMA - AshokBhat/notes GitHub Wiki

About

  • Non-uniform memory access
  • A computer memory design used in multiprocessing
  • The memory access time depends on the memory location relative to the processor.
  • Under NUMA, a processor can access its own local memory faster than non-local memory

Illustration

NUMA architecture

See also