Comparison of Orange Pi SBCs
The post reviews and compares several single-board computers (SBCs), focusing…
Computing Math Constants and Functions
This post explains high precision computation of mathematical functions, focusing…
Computing π (Revisited)
The Chudnovsky algorithm calculates π using a rapidly converging series,…
Optimized and Extended Mandelbrot Set Program
The Mandelbrot Set Program utilizes perturbation theory for faster image…
C++ Thread Pool
The ThreadPool class in C++ simplifies thread management by encapsulating…
C++ Multi-Threading Output Collator
This post discusses the creation of an OutputCollator class to…
Rule of Five
The text discusses resource management in C++ through the "Rule…
Function Pointers, Functors and Lambdas in C++
C++ offers various callable entities including function pointers, functors, and…
Multi-Precision Mandelbrot Set Program
The Mandelbrot Set Program uses IEEE 754 double precision floating-point…
1 2 3 5