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-barriers
Do concurrent interlocked and reads require a memory barrier or locking?
Sep 18, 2025
c#
multithreading
thread-safety
shared-memory
memory-barriers
Are those memory barriers necessary?
Sep 16, 2025
c++
multithreading
singleton
memory-barriers
Preventing of Out of Thin Air values with a memory barrier in C++
Sep 16, 2025
c++
x86
memory-barriers
memory-model
Why does the thread sanitizer complain about acquire/release thread fences?
Sep 14, 2025
c++
atomic
memory-barriers
stdatomic
thread-sanitizer
Vullkan compute shader caches and barriers
Sep 13, 2025
vulkan
memory-barriers
compute-shader
barrier
Does vulkan pipeline memory barrier eases the sync constraint in relation to pipeline barrier with no memory barrier?
Sep 13, 2025
vulkan
memory-barriers
Fastest inline-assembly spinlock
Sep 12, 2025
c++
assembly
x86
memory-barriers
spinlock
What are the correct memory orders to use when inserting a node at the beginning of a lock free singly linked list?
Sep 08, 2025
c++
c++17
lock-free
memory-barriers
stdatomic
Determining the location for the usage of barriers (fences)
Sep 07, 2025
memory-management
concurrency
linux-kernel
kernel
memory-barriers
In C++, which Standard Library functions (if any) are required to implicitly provided an atomic memory fence?
Sep 05, 2025
c++
multithreading
c++11
atomic
memory-barriers
The sequential consistent order of C++11 vs traditional GCC built-ins like `__sync_synchronize`
Sep 04, 2025
multithreading
c++11
c11
memory-barriers
happens-before
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
How is the transitivity/cumulativity property of memory barriers implemented micro-architecturally?
Mar 04, 2023
x86
x86-64
cpu-architecture
memory-barriers
micro-architecture
Does the memory fence involve the kernel
Mar 05, 2023
c++
performance
atomic
memory-barriers
stdatomic
Can't relaxed atomic fetch_add reorder with later loads on x86, like store can?
Mar 03, 2023
c++
multithreading
cpu-architecture
memory-barriers
stdatomic
Lazy loading and the use of Thread.MemoryBarrier
Feb 24, 2023
c#
.net
multithreading
lazy-loading
memory-barriers
How do I write a memory barrier for a TMS320F2812 DSP?
Feb 21, 2023
c
concurrency
memory-barriers
texas-instruments
ti-dsp
Release and Acquire with std::mutex
Feb 19, 2023
c++
c++11
memory-barriers
stdmutex
Cellular automata on GPU with WGSL
Sep 03, 2025
parallel-processing
memory-barriers
cellular-automata
webgpu
wgsl
GCC wiki memory barrier example
Sep 03, 2025
c++
gcc
memory-barriers
Older Entries »