SpiceQA
Questions
Tags
Users
Badges
false-sharing
16 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why does false sharing still affect non atomics, but much less than atomics?
user_2945027
0
•
asked May 8, 2020
3
1
266
false-sharing
cpu-cache
x86
cpu-architecture
c++
Should static const variables in multi-threaded applications be declared thread_local to avoid false sharing?
user_765294
0
•
asked Jun 27, 2019
3
0
253
false-sharing
c11
thread-local-storage
constants
c
Can't reproduce false cache line sharing problem in Rust
user_4284929
0
•
asked Jan 10, 2019
4
1
281
false-sharing
rust
benchmarking
cpu-cache
does false sharing occur when data is read in openmp?
user_1191068
0
•
asked Jul 6, 2017
6
2
1346
false-sharing
openmp
c++
Dose Segment in ConcurrentHashMap has false sharing problems?
Admin
1
•
asked Mar 23, 2016
5
2
188
false-sharing
jvm
concurrency
java
False sharing in Cuda GPUs: does it exist / similar to CPUs?
user_2111635
0
•
asked Dec 15, 2013
4
1
842
false-sharing
cuda
c
Prev
Prev
1
2
(current)
Hot Questions