Friday 2024-06-28 Assorted Links
Assorted links for Friday, June 28:
- IncludeOS
IncludeOS is a minimal unikernel operating system for C++ services running in the cloud and on real hardware. Starting a program with
#include <os>
will include a tiny operating system into your service during link-time. - Designing Uber
- Designing Tinder
- Fixing Performance Regressions Before they Happen
- How we used C++20 to eliminate an entire class of runtime bugs