Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in memory-model
Preventing of Out of Thin Air values with a memory barrier in C++
Sep 16, 2025
c++
x86
memory-barriers
memory-model
C++20 std::atomic<float>- std::atomic<double>.specializations
Sep 16, 2025
c++
multithreading
floating-point
memory-model
stdatomic
Does Interlocked.CompareExchange use a memory barrier?
Sep 09, 2025
c#
multithreading
optimization
volatile
memory-model
Atomicity and memory order in Java
Sep 08, 2025
java
multithreading
synchronization
atomic
memory-model
python threading: memory model and visibility
Sep 07, 2025
python
multithreading
memory-model
In C++, is there any effective difference between a acquire/release atomic access and a relaxed access combined with a fence?
Mar 12, 2023
c++
multithreading
memory-barriers
memory-model
stdatomic
C++ memory model: do seq_cst loads synchronize with seq_cst stores?
Mar 09, 2023
c++
language-lawyer
atomic
memory-model
stdatomic
Is mov + mfence safe on NUMA?
Mar 04, 2023
c++
x86
memory-model
numa
stdatomic
Will a calling thread see modifications to local variables after thread.join()?
Mar 06, 2023
c++
c++11
concurrency
thread-safety
memory-model
Cache coherence literature generally only refers store buffers but not read buffers. Yet one somehow needs both?
Mar 05, 2023
concurrency
x86
cpu-architecture
memory-model
visibility of side effects when creating and joining threads
Feb 26, 2023
java
multithreading
concurrency
synchronization
memory-model
sequentially-consistent atomic load on x86
Dec 15, 2022
assembly
x86
atomic
memory-barriers
memory-model
C++ memory ordering
Dec 14, 2022
c++
c++11
memory-model
Formal Linux Kernel Memory Model
Nov 09, 2022
linux-kernel
x86
memory-model
Difference between atomic decref implementations
Nov 09, 2022
c++
c
atomic
reference-counting
memory-model
Raising Events in Multi-Threaded Environment [duplicate]
Nov 03, 2022
c#
.net
multithreading
concurrency
memory-model
VB.NET: Do I need to call Thread.MemoryBarrier() before each read if I always complete my writes with Thread.MemoryBarrier()?
Nov 03, 2022
.net
vb.net
multithreading
thread-safety
memory-model
How can memory_order_relaxed work for incrementing atomic reference counts in smart pointers?
Oct 23, 2022
c++
multithreading
c++11
memory-model
relaxed-atomics
how does the single-global order in std::memory_order_seq_cst work?
Sep 02, 2025
c++
multithreading
memory-model
Older Entries »