📌 Hello World

Who will enjoy this blog the most?

Max out my code - Part 2

Welcome back! In Part 1 we looked at the tools cpp gives us to spawn threads — std::thread, std::future/promise, and std::async. We ran tasks concurrently but never actually made the tasks themselves faster.

Max out my code - Part 1

This article is an attempt at using cpp multithreading for faster programs.

To Sync Or Not To Sync

Lately I have been working on code that deals with plenty of multithreaded solutions.

Timing

We developers have to deal with perfomance of our code on a daily basis. Most of the distributed networks have to worry about the added burden on every new line of code or new API used in their application.