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 lock-free
Trouble with boost::lockfree::queue in shared memory (boost 1.53, gcc 4.7.2 / clang 3.0-6ubuntu3)
Apr 13, 2021
c++
boost
shared-memory
interprocess
lock-free
Average latency of atomics cmpxchg instructions on Intel Cpus
Apr 02, 2022
multithreading
x86
atomic
lock-free
Is message passing via channels in go guaranteed to be non-blocking?
Oct 31, 2022
go
channel
lock-free
nonblocking
Lock-free algorithm library
Nov 20, 2022
c
algorithm
lock-free
Confusion about implementation error within shared_ptr destructor
Feb 18, 2022
c++
c++11
atomic
lock-free
memory-model
Quiescent State Based Reclamation vs Epoch Based Reclamation
Nov 07, 2021
multithreading
algorithm
memory-management
thread-safety
lock-free
Use of std::memory_order_consume in the Folly's lock free SPSC queue
Nov 16, 2020
c++
multithreading
c++11
atomic
lock-free
Do spin locks always require a memory barrier? Is spinning on a memory barrier expensive?
Apr 16, 2020
lock-free
spinlock
memory-barriers
barrier
How to do compare and increment atomically?
Sep 20, 2022
c++
multithreading
thread-safety
weak-references
lock-free
boost::lockfree::spsc_queue busy wait strategy. Is there a blocking pop?
Apr 04, 2021
c++
multithreading
boost
boost-thread
lock-free
Is Clojure lockfree by using lockfree algorithms?
Sep 06, 2022
concurrency
clojure
locking
lock-free
lockless
Why is std::atomic<T>::is_lock_free() not static as well as constexpr?
Jul 10, 2022
c++
multithreading
lock-free
stdatomic
Does an optimistic lock-free FIFO queue implementation exist?
Mar 26, 2022
c++
multithreading
queue
lock-free
fifo
Is a lock (wait) free doubly linked list possible?
Nov 14, 2022
c#
thread-safety
locking
lock-free
interlocked
Compare and swap in C++
Nov 07, 2022
c++
multithreading
multiprocessing
inline-assembly
lock-free
Why don't standard libraries implement std::atomic for structs under 8 bytes in a lock-free manner?
Apr 03, 2022
c++
c++17
atomic
lock-free
stdatomic
Atomic 16 byte read on x64 CPUs
Jan 29, 2022
c++
c
64-bit
sse
lock-free
What's the difference between lockless and lockfree?
Nov 16, 2022
lock-free
lockless
Is multiple-producer, single-consumer possible in a lockfree setting?
Sep 30, 2017
message
lock-free
Is a lock required with a lazy initialization on a deeply immutable type?
Nov 06, 2022
c#
lazy-loading
immutability
lock-free
« Newer Entries
Older Entries »