2 posts found
Learning about Redis internals, and its single-threaded architecture, I/O multiplexing, and event loops, inspired by Arpit Bhayani's video lecture.
In this post I will document what is threading and how threading can create the illusion of parallelism when threads share a core, but becomes genuine parallelism when threads are mapped to separate physical cores.