From ad8d400f90f9ca84dc1ed9e1119cef8755db90c9 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Mon, 20 Jan 2025 01:17:05 +0530 Subject: [PATCH] add concurrency vs parallelism article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fd35c4..9f4fd98 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Subscribe to my [AlgoMaster Newsletter](https://bit.ly/amghsd) and get a **FREE ## ⚖️ System Design Tradeoffs - [Top 15 Tradeoffs](https://blog.algomaster.io/p/system-design-top-15-trade-offs) - [Vertical vs Horizontal Scaling](https://blog.algomaster.io/p/system-design-vertical-vs-horizontal-scaling) +- [Concurrency vs Parallelism](https://blog.algomaster.io/p/concurrency-vs-parallelism) - [Stateful vs Stateless Design](https://blog.algomaster.io/p/741dff8e-10ea-413e-8dd2-be57434917d2) - [Batch vs Stream Processing](https://blog.algomaster.io/p/batch-processing-vs-stream-processing) - [Strong vs Eventual Consistency](https://blog.algomaster.io/p/7d9da525-fe25-4e16-94e8-8056e7c57934)