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
Atomically copy a bit (or bits) into an integer
Oct 21, 2025
c++
bit-manipulation
atomic
bit
Do we need a memory acquire barrier when loading a pointer from memory?
Oct 19, 2025
c
assembly
atomic
memory-barriers
Why does std::atomic_compare_exchange update the expected value?
Oct 21, 2025
c++
multithreading
cpu-architecture
atomic
compare-and-swap
Race condition and atomic operations in Julia and other languages
Oct 19, 2025
multithreading
julia
atomic
Why do left operands of logical AND/OR not carry dependency to the parent evaluation?
Oct 20, 2025
c++
atomic
lock-free
stdatomic
carries-dependency
Correct usage of volatile with std::atomic_ref<T>
Oct 20, 2025
c++
atomic
volatile
mmap
atomicreference
Multiple unsequenced modifications following argument evaluation - defined or undefined behavior?
Oct 19, 2025
c++
language-lawyer
atomic
volatile
sequence-points
Algorithm for lock-free queue with move-to-tail functionality
Oct 18, 2025
algorithm
queue
atomic
lock-free
lru
Memory ordering in boost::lockfree:queue
Oct 17, 2025
c++
multithreading
boost
atomic
lock-free
Atomic actions - what is meant by reads and writes?
Oct 18, 2025
java
atomic
Neo4j Merge and Atomic Transaction
Oct 18, 2025
neo4j
atomic
graph-databases
neo4jclient
What is the right std::atomic memory order for dynamic scheduling?
Oct 18, 2025
c++
multithreading
atomic
stdatomic
std::condition_variable memory writes visibility
Oct 17, 2025
c++
multithreading
synchronization
atomic
memory-barriers
A strange thing about vector<atomic<bool>> under multi-thread circumstance in C++
Oct 17, 2025
c++
multithreading
atomic
Can relaxed memory model reorder on same thread?
Oct 17, 2025
c++
multithreading
atomic
C11 memory model -- two threads execute atomic_fetch_add followed by atomic_load -- what output is possible?
Oct 17, 2025
c
multithreading
language-lawyer
atomic
stdatomic
In Python, how to make atomic rewrite of a file WITHOUT renaming it?
Oct 14, 2025
python
file
atomic
Does acquiring a spinlock require compare-and-swap or is swap enough?
Oct 13, 2025
concurrency
atomic
spinlock
« Newer Entries
Older Entries »