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
When are lock free data structures less performant than mutual exclusion (mutexes)?
Sep 05, 2022
multithreading
scheduling
mutex
atomic
lock-free
Can volatile but unfenced reads yield indefinitely stale values? (on real hardware)
Feb 26, 2022
c++
multithreading
c++11
atomic
volatile
Relative performance of swap vs compare-and-swap locks on x86
Nov 18, 2022
c
assembly
locking
x86
atomic
If volatile is useless for threading, why do atomic operations require pointers to volatile data?
Sep 04, 2022
c
atomic
volatile
Why is there no overload of Interlocked.Add that accepts Doubles as parameters?
Apr 22, 2017
c#
.net
vb.net
multithreading
atomic
Should std::atomic be volatile?
Sep 04, 2022
c++
c++11
atomic
volatile
Lock-free Reference counting and C++ smart pointers
Aug 29, 2022
c++
c++11
atomic
smart-pointers
What is the difference between using explicit fences and std::atomic?
Dec 14, 2019
c++
c++11
atomic
memory-fences
what is "failure atomicity" used by J bloch and how its beneficial in terms of immutable object?
Jan 20, 2022
java
object
immutability
atomic
Does Django Atomic Transaction lock the database?
Sep 03, 2022
django
database
locking
atomic
C++11 memory_order_acquire and memory_order_release semantics?
Sep 03, 2022
c++
mutex
atomic
memory-model
stdatomic
Why isn't atomic double fully implemented
Jun 22, 2020
c++
floating-point
atomic
compare-and-swap
stdatomic
UNIX Portable Atomic Operations
Sep 03, 2022
c
concurrency
posix
atomic
Use cases for updateOne over findOneAndUpdate in MongoDB [duplicate]
Sep 03, 2022
database
mongodb
atomic
AtomicInteger and volatile [duplicate]
Sep 03, 2022
java
multithreading
thread-safety
atomic
volatile
Initialize static atomic member variable
Jan 06, 2020
c++
c++11
constants
atomic
C++ std::atomic vs. Boost atomic
Sep 02, 2022
c++
multithreading
atomic
Reliability of atomic counters in DynamoDB
Aug 18, 2022
concurrency
counter
atomic
increment
amazon-dynamodb
Atomicity on x86
Sep 02, 2022
c++
multithreading
x86
atomic
memory-barriers
Can atomics suffer spurious stores?
Sep 02, 2022
c++
multithreading
atomic
memory-barriers
« Newer Entries
Older Entries »