Readers Writer's LockCovers the concept of Readers Writer's lock and its synchronization between readers and writers using atomic variables.
Readers-writer LockIntroduces the readers-writer lock for handling concurrency in scenarios with frequent reads and occasional updates.
Synchronization PrimitivesExplores the design of synchronization primitives and concurrent data structures using atomic instructions.
Java Memory ModelCovers synchronized semantics in Java, comparing it to the volatile keyword.
Testing Actor SystemsExplores testing actor systems, including verifying observable effects and interacting with parent actors.
Benchmarking Parallel ProgramsCovers testing, benchmarking, performance factors, measurement methodologies, ScalaMeter, JVM warmup, and configuration in parallel programming.
Concurrency: VolatileExplores volatile variables in Java for concurrent programming and synchronization importance.