Ido Talbi

home about

Notes on std::any and RTTI in C++

5 days ago · 6 min read


  • c++
  • programming

Lagrange's Theorem Done Quick

last year · 3 min read


  • done-quick
  • group-theory
  • math

Notes on the Halting Problem

last year · 4 min read


  • computability
  • math
  • turing

The Cost of Virtual Functions

last year · 5 min read


  • cpp
  • performance
  • programming

Beware when moving a std::optional!

last year · 2 min read


  • cpp
  • pitfalls
  • programming

Primality Checking with Wilson's Theorem

last year · 6 min read


  • cpp
  • math
  • optimizations
  • primes
  • programming

An Introduction to C++ Concepts using Math

2 years ago · 6 min read


  • cpp
  • cpp20
  • math
  • programming

[C++] is Turing Complete

2 years ago · 8 min read


  • compilers
  • cpp
  • turing

Arbitrary-sized Integers in C23

2 years ago · 4 min read


  • c
  • c23
  • programming