Threads

Programming

An overview on a simple yet compelling project about fractals

Recently I have made a little piece of code in C++ which yields satisfying results and helped me to discover many interesting tricks.

Read
Programming

Worker threads and multithreading in Node.js

Workers in Node.js are pretty new. Why do we need them and how can we use them in the single-threaded language? I will show you with a satisfying example.

Read