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
Is SetEvent atomic?
May 20, 2026
multithreading
winapi
events
atomic
critical-section
Is there a way to reuse std::atomic on a given int32_t?
May 18, 2026
c++
multithreading
c++11
mutex
atomic
Transaction-Style HTTP requests
May 17, 2026
sql
http
transactions
atomic
Is memory fence and memory barrier same?
May 15, 2026
c++
rust
atomic
processor
What is the most efficient way to coordinate between threads about which threads are free?
May 11, 2026
c++
multithreading
concurrency
locking
atomic
primitive datatypes are atomic in java [duplicate]
May 11, 2026
java
race-condition
atomic
Operations on byte are atomic in C++11?
May 12, 2026
multithreading
c++11
atomic
Can two stores be reordered in such singleton implementation?
May 11, 2026
c++
c++14
atomic
memory-barriers
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
Older Entries »