Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

Concurrent programming in OpenCL vs Grand Central Dispatch

Why is transforming a conditional write to an unconditional write not a thread safe optimization?

Java executor with no ability to queue tasks

Symfony 2 blocked concurrency

Concurrent priority queue in redis?

HashMap<String,Value>.remove() synchronized by using String.intern() on the Key, does this even work? Or is this broken code?

High performance, lock free Java collection with very specific requirements

When can a Future return an Exception that is not thrown from within the Future's body?

scala concurrency future

Does using spark in stand-alone on 1 large computer make sense?

Parallel Streams concept

Java Memory Model: volatiles and reads/writes reordering

Best Java Data Structure for Fast, Concurrent Insertions

Subclassing Future Class

Semaphores makeWater() synchronization

Synchronized Method vs ReentrantLock

Deadlock caused by creating a new thread during class initialization

ConcurrentDictionary + Lazy -- would instantiation happen only once?

Go's sync.WaitGroup lost the one of the responses

Java volatile reordering prevention scope

Running Runnable in CompletableFuture multiple time