The Cost of Virtual Functions 2023-10-02 https://blog.tal.bi/posts/virtual-functions-performance/ talbi #cpp #programming #performance
Beware when moving a std::optional! 2023-08-07 https://blog.tal.bi/posts/std-optional-move-pitfall/ talbi #programming #cpp #pitfalls
Primality Checking with Wilson’s Theorem 2023-07-14 https://blog.tal.bi/posts/wilsons-theorem-primality/ talbi #math #primes #programming #cpp #optimizations
An Introduction to C++ Concepts using Math 2023-05-09 https://blog.tal.bi/posts/guide-to-cpp20-concepts/ talbi #cpp #cpp20 #programming #math
[C++] is Turing Complete 2023-02-18 https://blog.tal.bi/posts/cpp-syntax-tc/ talbi #cpp #compilers #turing
Experiments with Allocators 2022-07-23 https://blog.tal.bi/posts/experiments-with-allocators/ talbi #programming #cpp #performance