Thoughts on systems programming, open source, and computer science
A university student explaination of the P vs NP problem, what it means and why it matters.
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.