Implementing Multithreading in SwapCacheDb

Hey all, in this post I will be going through the design I implemented to reduce blocking behavior in SwapCacheDb queries by introducing multithreading using Quirk. Introduction If you’ve taken a look at my My Journey Building a NoSql Database in Typescript post your probably aware of some blocking behavior in SwapCacheDb that lead to … Read more