Non-uniform memory access
Appearance
Non-Uniform Memory Access or NUMA is a memory architecture, used in multiprocessors, where the access time depends on the memory location. A processor can access its own local memory faster than non-local memory (memory which is local to another processor or shared between processors).
This article (or an earlier version of it) contains material from FOLDOC, used with permission.