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
Do you expect that future CPU generations are not cache coherent?
Sep 09, 2025
multithreading
caching
multicore
atomic
cpu-architecture
What is the C++ 11 atomic library equivalent of Java's AtomicMarkableReference<T>
Sep 08, 2025
java
c++
c++11
atomic
lock-free
Do I always need to protect a variable by mutex / atomic?
Sep 05, 2025
c++
multithreading
mutex
atomic
Why doesn't C++20 use `requires` to restrict the T for atomic<T>?
Sep 08, 2025
c++
atomic
c++20
c++-concepts
Atomicity and memory order in Java
Sep 08, 2025
java
multithreading
synchronization
atomic
memory-model
WRITE_ONCE and READ_ONCE in linux kernel
Sep 07, 2025
c
linux-kernel
atomic
volatile
lock-free
Is this the correct way to atomically read and write a bool?
Sep 05, 2025
c++
multithreading
atomic
c++98
How can atomicModifyIORef cause leaks? And why does atomicModifyIORef' solve the problem?
Sep 05, 2025
haskell
memory-leaks
functional-programming
atomic
ioref
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
Is Python unpacking thread safe?
Sep 03, 2025
python
multithreading
thread-safety
atomic
how to prevent corruption in concurrent lifo stack implemented with atomic compare and swap
Mar 26, 2023
c
concurrency
atomic
compare-and-swap
lifo
Understanding C++ memory model : Different values on different runs
Mar 17, 2023
c++
multithreading
c++11
parallel-processing
atomic
C++ if one thread writes toggles a bool once done, is it safe to read that bool in a loop in a single other thread?
Mar 13, 2023
c++
multithreading
atomic
How can the struct specialized atomic type be lock free?
Mar 11, 2023
c++
multithreading
c++11
atomic
C++ memory model: do seq_cst loads synchronize with seq_cst stores?
Mar 09, 2023
c++
language-lawyer
atomic
memory-model
stdatomic
Atomic variable with padding (compiler bug?) [duplicate]
Mar 09, 2023
c++
c++14
padding
atomic
Does the memory fence involve the kernel
Mar 05, 2023
c++
performance
atomic
memory-barriers
stdatomic
why does git allow remote tags to move, or why you can't use git-tag for atomic test-and-set
Mar 03, 2023
git
build-process
tags
atomic
Causing non-atomics to tear
Sep 04, 2025
c++
windows
multithreading
atomic
volatile
« Newer Entries
Older Entries »