My 5 Favorite C Functions 2023-11-15 https://blog.tal.bi/posts/top-five-libc-functions/ talbi #c #programming #list
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
Arbitrary-sized Integers in C23 2022-12-19 https://blog.tal.bi/posts/c23-bitint/ talbi #c #programming #c23
Experiments with Allocators 2022-07-23 https://blog.tal.bi/posts/experiments-with-allocators/ talbi #programming #cpp #performance
VLAs: The C feature nobody uses but why VLAs are unsued? and what are they? 2022-03-16 https://blog.tal.bi/posts/vlas-in-c/ talbi #c #programming
Namespaces in C 2021-11-29 https://blog.tal.bi/posts/namespaces-in-c/ talbi #c #programming #bad-ideas