invalidate$40542$ - перевод на немецкий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

invalidate$40542$ - перевод на немецкий

SPECIAL CASE OF MEMORY COHERENCE
Cache consistency; Coherence protocol; Cache Coherency; Cache Coherence; Cache coherence problems; Cache coherency; Coherence traffic; Coherency traffic; Cache coherent system; Write invalidate protocol; Write-invalidate protocol; Coherent cache; Cache states; Cache Consistency
  • An illustration showing multiple caches of some memory, which acts as a shared resource
  • Coherent caches: The value in all the caches' copies is the same.
  • Incoherent caches: The caches have different values of a single address location.

invalidate      
v. aufheben; neutralisieren; disqualifizieren

Википедия

Cache coherence

In computer architecture, cache coherence is the uniformity of shared resource data that ends up stored in multiple local caches. When clients in a system maintain caches of a common memory resource, problems may arise with incoherent data, which is particularly the case with CPUs in a multiprocessing system.

In the illustration on the right, consider both the clients have a cached copy of a particular memory block from a previous read. Suppose the client on the bottom updates/changes that memory block, the client on the top could be left with an invalid cache of memory without any notification of the change. Cache coherence is intended to manage such conflicts by maintaining a coherent view of the data values in multiple caches.