Thoughts on systems programming, open source, and computer science
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.