Software development

Speed Boost: How Multi-Threading Makes Your Programs Faster

Imagine you’re at a grocery store, and you need to buy a bunch of items. Now, you have two options: Option 1: You’re the only person shopping, and you have to go through each aisle one by one, picking up items and waiting in line at the checkout each time. It’s like a slow-motion shopping marathon, and you end up spending a lot of...

by tushar.saxena1
Tag: Multiprocessing
06-Feb-2024

AWS, DevOps

Concurrency and Parallelism using Python

As we know Python supports multiple approaches for concurrent programming with threads, sub-processes and some other ways which could help achieving solutions built on multiple CPUs or multi-core CPU.   I tried implementing something similar on my existing use case for AWS Security Re-Check where I was running a check on...

by Sakshi Singhal
Tag: Multiprocessing
14-Jul-2016