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
Error: "argument is not an atomic vector; coercing[1] FALSE"
Aug 12, 2026
r
vector
atomic
stringr
Efficient way to toggle an atomic_bool
Aug 11, 2026
c
x86
atomic
compiler-optimization
stdatomic
Java: increment through Float.floatToIntBits?
Aug 12, 2026
java
floating-point
atomic
Changing code from Sequential Consistency to a less stringent ordering in a barrier implementation
Aug 11, 2026
c++
atomic
memory-barriers
stdatomic
barrier
Rename temporary file after closing its file descriptor in Python
Aug 11, 2026
python
atomic
temporary-files
pathlib
C++: How can lock-free data structures be implemented in C++ if std::atomic_flag is the only lock-free atomic type?
Aug 11, 2026
c++
multithreading
c++11
atomic
lock-free
Why does this spinlock require memory_order_acquire_release instead of just acquire?
Aug 09, 2026
c++
multithreading
mutex
atomic
spinlock
Faster lock than pthreads
Aug 09, 2026
locking
atomic
spinlock
The getAndIncrement implementation of AtomicInteger
Aug 07, 2026
java
synchronization
atomic
volatile
Thread safe read/write to a counter
Aug 05, 2026
java
multithreading
thread-safety
atomic
Size of the state table in std::atomic wait implementation
Aug 04, 2026
c++
atomic
wait
libstdc++
libc++
Are seq-cst fences exactly the same as acq-rel fences in absence of seq-cst loads?
Aug 04, 2026
c++
concurrency
language-lawyer
atomic
stdatomic
How to use boost::atomic_store with shared_ptr<T> and shared_ptr<const T>?
Aug 02, 2026
c++
boost
shared-ptr
atomic
Bytewise atomic memcpy and sequence locks in C++23
Aug 02, 2026
c++
atomic
c++23
seqlock
Can I infer the execution relationship between two evaluations across two threads in this way?
Jul 29, 2026
c++
language-lawyer
atomic
memory-model
Do atomic operations require support from hardware?
Jul 31, 2026
c++
c
cpu-architecture
atomic
lock-free
Reading a 64-bit variable that is updated by an ISR
Jul 30, 2026
c
embedded
atomic
interrupt
Atomic write to multiple files
Jul 30, 2026
python
database
synchronization
filesystems
atomic
Is lock-free multithreading slower than a single-threaded program?
Jul 29, 2026
c++
multithreading
performance
atomic
lock-free
Older Entries »