How to use Quick-Benchmark tool for performance legacy in C++Hi everyone and welcome,Nov 4, 2021Nov 4, 2021
The top 11 C++ LibrariesIn this article, we will see the different important external libraries that give the C++ programmers the ability of doing their jobs…Apr 24, 2021Apr 24, 2021
C++20 features (Part II).In this story, we will continue our discussion about the new features released by C++20.Oct 11, 2020Oct 11, 2020
C++20 features (Part I)The C++ programming language is a general-purpose multiparadigm language created by Bjarne Stroustrup. The development of the language…Oct 9, 2020Oct 9, 2020
LLVM & Haskell (PART III)Welcome to this third and last part of our discussion about LLVM. We will continue to see the operators and the mutable variables.Sep 17, 2020Sep 17, 2020
LLVM & Haskell (PART II)In the first part we have seen an introduction to LLVM with Haskell, also how to transform the Abstract Syntax Tree into LLVM IR, some code…Sep 6, 2020Sep 6, 2020
LLVM & Haskell (PART I)Hello & welcome to this story. It runs through the implementation of a simple language, and the basics of how to build a compiler in…Aug 26, 2020Aug 26, 2020
Stream ProcessingSo far we have talked about where streams come from (user activity events, sensors, and writes to databases), and we have talked about how…Aug 15, 2020Aug 15, 2020