Skip to content

In this project, we design concurrency oriented recipes in Java which any level of engineers can understand. This project can be used for Low Level Design Interviews as well as general understanding.

Notifications You must be signed in to change notification settings

kousiknath/Concurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrency and Multi-threading for everyone

  1. Recipe for alternate data printing (synchronization, wait-notify, volatile)
  2. Recipe for rate limiting (Semaphore)
  3. Recipe for counting words in a big file (Countdown Latch)
  4. Recipe for Friends Outing (Cyclic Barrier)
  5. Recipe for bank transaction (ReentrantLock)
  6. Recipe for in-memory logging (ReadWriteLock)
  7. Recipe for producer-consumer model (Lock.Condition, wait-notify)

About

In this project, we design concurrency oriented recipes in Java which any level of engineers can understand. This project can be used for Low Level Design Interviews as well as general understanding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages