Skip to main content
local memory

local memory

5.6
A fast place inside one processor that a program can use directly
  • noun
  • Specialized
translation icon : memoria local
  • By storing frequently accessed information in local memory, the application improved its performance.

Examples

  • The memory elements can include local memory employed during actual execution of the program code, bulk storage, and cache memories, which provide temporary storage of at least some program code in order to reduce the number of times code must be retrieved from bulk storage during execution.

    Blog text (19)
  • This is easy to see for the one-dimensional case because all of the states can be stored in local memory, and only the new input needs to be communicated to perform the computations for the new output.

    Academic text (2000)
  • So if this processor wants to access its local memory, that's typically typically pretty simple or fast.

  • The data elements mapped to the local memory of a processor in this way are said to be owned by the processor.

    Academic text (2011)
  • No, thanks, I'm rerouting incoming data from the remote server into local memory.

  • These problems led to the development of distributed-memory MIMD machines in which processors were interconnected via networks, with each processor having its own local memory.

    Academic text (2011)
  • The processor quickly retrieved data from its local memory to execute the program efficiently.

  • Developers optimize their code to minimize access to slower storage by utilizing local memory for critical tasks.

Synonyms

memory cache
vslocal memory
  • Specialized
1 4.8

A small, fast part of a computer that stores often used data to make access quicker

is directly accessible to one CPU or program for fast internal access

How Fast

register
  • Specialized
5 7.0
cache
  • Specialized
19 6.1
local memory
  • Specialized
5.6

Surface Forms

local memory singular

Morphology

local + memory

This is a straightforward compositional noun phrase: 'local' (nearby/within the same system) combined with 'memory' yields 'memory that is located nearby or directly accessible'. There is no idiomatic shift — technical details (CPU vs shared memory) require domain knowledge, but the core meaning is directly inferable by a learner who knows both words.

Etymology

Local memory comes from the simple image of a small cupboard of data placed right beside one worker: local meaning 'near' and memory meaning 'stored information'. Because the data is right there 'local' to a single computer part or program, local memory means the fast memory that only that part or program can use for quick access.