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
gcc atomic built-in functions
Sep 05, 2022
c
gcc
atomic
What is the difference between std::shared_ptr and std::experimental::atomic_shared_ptr?
Sep 28, 2022
c++
c++11
concurrency
atomic
smart-pointers
Haskell: How does 'atomicModifyIORef' work?
Mar 07, 2022
haskell
concurrency
locking
atomic
compare-and-swap
Is it possible to create an atomic vector or array in C++?
Sep 05, 2022
c++
arrays
multithreading
vector
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
« Newer Entries
Older Entries »