non-uniform memory access

from The Free On-line Dictionary of Computing (8 July 2008)
Non-Uniform Memory Access
NUMA

   <architecture> (NUMA) 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).

   (1995-11-12)
    

[email protected]