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 atomic
Synchronizing global reference-counted resource with atomics -- is relaxed appropriate here?
May 09, 2026
c++
multithreading
c++11
atomic
stdatomic
InterlockedExchange vs InterlockedCompareExchange spin locks
May 08, 2026
c++
multithreading
atomic
Why does std::atomic<T>::operator= should return a value instead of reference?
May 07, 2026
c++
concurrency
atomic
Issue with std::atomic and custom structs
May 07, 2026
c++
struct
atomic
stdatomic
Why does memory_order_relaxed and memory_order_seq_cst make no difference?
May 07, 2026
c++
concurrency
c++11
atomic
How to set CUDA floating-point rounding mode for atomics?
May 06, 2026
floating-point
cuda
atomic
Does it make sense to use a relaxed load followed by a conditional fence, if I don't always need acquire semantics?
May 06, 2026
c++
multithreading
atomic
micro-optimization
memory-barriers
Why are unnecessary atomic loads not optimized away?
May 04, 2026
c++
code-generation
atomic
compiler-optimization
volatile
C++ undefined reference to `__atomic_load_16'
May 05, 2026
c++
gcc
atomic
Optimizations around atomic load stores in C++
May 03, 2026
c++
atomic
compiler-optimization
memory-barriers
instruction-reordering
Are atomic operations on non-atomic types in C atomic?
May 02, 2026
c
atomic
Simple bulk data persistance framework
May 01, 2026
.net
database
atomic
bulk
acid
Implementing a mutex with test-and-set atomic operation: will it work for more than 2 threads?
May 01, 2026
multithreading
concurrency
language-agnostic
atomic
test-and-set
Why does the memory order need to be Acquire in a single consumer linked-list queue when comparing pointer values?
Apr 30, 2026
c++
rust
language-lawyer
atomic
multiplatform atomic increment
Apr 30, 2026
c++
boost
synchronization
atomic
multiplatform
How java AtomicReference works under the hood
Apr 30, 2026
java
multithreading
atomic
lock-free
updating maximum value atomically
Apr 28, 2026
c++
multithreading
max
atomic
What is atomic?
Apr 25, 2026
java
terminology
atomic
Safety when accessing an integer variable: 1 writer, N readers
Apr 23, 2026
c
multithreading
thread-safety
atomic
Is CPP TrivialCopyable class effectively a C struct?
Apr 19, 2026
c++
c
struct
atomic
trivially-copyable
Older Entries »