How I implemented Multithreading and reduced my API time from 4s to <100ms
Before we start let's break this down into a few sections: Why did the problem occur? Solution that I implemented Thread-safety? I've tried my best to make it as generic and language independent as possible but I've added some Java code since I wor...

