python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can I assume that class fields are going to be in CPU cache?
In C# I always wonder how memory access patterns effects performance of the my application.
For example I have a class that has 5 fields and in a function of that class I access all of them.
So my que...
Shigi Hub
Votes: 0
Answers: 1
Can CPU Out-of-Order-Execution cause memory reordering?
I know store buffer and invalidate queues are reasons that cause memory reordering. What I don't know is if Out-of-Order-Execution can cause memory reordering.
In my opinion, Out-of-Order-Execution ca...

haolee
Votes: 0
Answers: 1
Shortcomings of cache coherence alternative
I am trying to understand why cache coherence protocols are designed the way they are. The goal of the cache coherence is to serialize reads/writes to a particular memory location across all cores.
Su...
driewguy
Votes: 0
Answers: 0
Couldn't Reproduce non-friendly C++ cache code
I'm playing with some chunks of code that intentionally tries to demonstrate ideas about CPU Cache, and how to get benefit of aligned data and so on.
From this article http://igoro.com/archive/gallery...

Rafael Rey
Votes: 0
Answers: 1