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
Basic spin-lock mutex implementation ordering
Sep 14, 2022
c++
multithreading
atomic
Difference between memory_order_consume and memory_order_acquire
Mar 28, 2022
c++
c
atomic
memory-model
stdatomic
Can a database support "Atomicity" but not "Consistency" or vice-versa?
Aug 17, 2022
database
database-design
consistency
atomic
Is atomic decrementing more expensive than incrementing?
Jul 09, 2020
c++
performance
atomic
reference-counting
memory-fences
executing block of code atomically
Aug 14, 2021
java
thread-safety
atomic
No type named 'atomic' in namespace 'std'
Jan 12, 2020
c++
xcode
c++11
std
atomic
Why is memory_order given as a runtime argument to std::atomic functions
Oct 14, 2022
c++
c++11
atomic
memory-model
AtomicXXX.lazySet(...) in terms of happens before edges
Jul 20, 2021
java
concurrency
atomic
Is python's shutil.move() atomic on linux?
Aug 19, 2022
python
file
unix
atomic
C++11 atomics and intrusive shared pointer reference count
May 22, 2021
c++
c++11
shared-ptr
atomic
How to implement thread safe reference counting in C++
Oct 21, 2022
c++
multithreading
atomic
reference-counting
Are increment operators in Go atomic on x86?
Oct 15, 2022
concurrency
thread-safety
go
atomic
Do atomic operations become slower as more CPUs are added?
Sep 12, 2022
multithreading
caching
locking
atomic
lock-free
Atomic swap in GNU C++
Mar 25, 2022
c++
g++
atomic
atomic-swap
Is std::atomic_compare_exchange_weak thread-unsafe by design?
Apr 14, 2021
c++
c++11
atomic
Atomic operations on `unique_ptr`
Oct 30, 2022
c++
multithreading
thread-safety
atomic
smart-pointers
Difference between getAndSet and compareAndSet in AtomicBoolean
Sep 28, 2022
java
synchronization
atomic
atomicboolean
Why is reference assignment atomic in Java?
Sep 16, 2022
java
scala
concurrency
jvm
atomic
Is volatile int in C as good as std::atomic<int> of C++0x?
Feb 16, 2022
c
c++11
atomic
volatile
Is the "switch" statement evaluation thread-safe?
Sep 06, 2022
c#
thread-safety
switch-statement
atomic
« Newer Entries
Older Entries »