Search code examples
MSI: Why do we need to write the line back when other CPU is going to override it?...

cpu-architecturecpu-cache

Read More
Why accessing an array of int8_t is not faster than int32_t, due to cache?...

cachingbenchmarkingcpu-cachestridememory-bandwidth

Read More
VIPT Cache: Connection between TLB & Cache?...

cachingcpu-architecturecpu-cachetlbmmu

Read More
Pairing Heap vs std::priority_queue...

c++performancedata-structuresperformance-testingcpu-cache

Read More
Is there a way to check whether the processor cache has been flushed recently?...

linuxx86cpucpu-architecturecpu-cache

Read More
Which part of the computer manages cache replacement?...

cachingoperating-systemcpucpu-architecturecpu-cache

Read More
Data corruption issue with DMA operations on ARM Cortex-M7 (STM32F7) MCU...

armcortex-mcpu-cachedmastm32f7

Read More
CPU cache inhibition...

clinuxmultithreadingx86cpu-cache

Read More
Does a memory barrier ensure that the cache coherence has been completed?...

assemblyx86operating-systemcpu-cachememory-barriers

Read More
Write a program to get CPU cache sizes and levels...

c++performancecpu-architecturecpu-cache

Read More
cpu cache performance. store misses vs load misses...

performancecachingcpu-cacheperf

Read More
Should I align data to their data type or cpu cache line size?...

cachingmemorymemory-alignmentcpu-cacheprocessor

Read More
Will a modern processor (like the i7) follow pointers and prefetch their data while iterating over a...

c++performancecachingpointerscpu-cache

Read More
Which cpus have explicit cache flush assembly instructions?...

assemblycpu-architecturevolatilecpu-cache

Read More
Binary search with looking nearby values...

performancecontainersbinary-searchcpu-cache

Read More
Is there a cache in the ARM Cortex-M4?...

cachingarmmicrocontrollercpu-cachecortex-m

Read More
Why does Intel use a VIPT cache and not VIVT or PIPT?...

cachingmemoryintelcpu-architecturecpu-cache

Read More
Why is a linear search through a heap data structure faster than tree traversal?...

javaperformanceheapcpu-cache

Read More
Is CUDA shared memory also cached...

cudagpucpu-cachegpu-shared-memory

Read More
Does Intel Cache Allocation Technology allow hits from CPUs in one group on cache lines in another g...

cpucpu-architectureintelcpu-cache

Read More
Does the last level cache see the PC?...

cpucpu-architectureintelcpu-cacheprefetch

Read More
What is a "cache-friendly" code?...

c++performancecachingmemorycpu-cache

Read More
L1 Cache Usage in Optimised matrix multiplication micro-kernel in C++...

c++optimizationmatrix-multiplicationavxcpu-cache

Read More
How to programmatically get the CPU cache line size in C++?...

c++linuxwindowscpucpu-cache

Read More
C optimization: conditional store to avoid dirtying a cache line...

ccachingcpu-cachemicro-optimizationlibuv

Read More
What is the difference in logic and performance between LOCK XCHG and MOV+MFENCE?...

multithreadingassemblyconcurrencyx86cpu-cache

Read More
What's the theory and measurements behind cache line sizes?...

cpucpu-architecturecpu-cache

Read More
Explain this CPU Cache processor effect: Number of operations decreased exponentially but average ti...

c++cpucompiler-optimizationcpu-cache

Read More
reduce the cache misses by increasing size of array - why does this work?...

cachingcpu-architecturecpu-cache

Read More
CPU Registers and Cache Coherence...

multithreadingcpu-architecturelock-freecpu-cache

Read More
BackNext