Most of the big proposals for C++20 have been talked over quite a bit. But there are a few “hidden” ones that caught my eye.
The Sieve of Eratosthenes is a well known algorithm for computing primes, but suffers from space requirements. The Incremental Sieve solves that problem.
Spirit tries hard to make dealing with attributes easy, but sometimes, it just gets in the way.