I’m Andersama (Alex Anderson), and my core specialization is performance optimization using C++. I focus on alleviating bottlenecks. The kind where standard library solutions fall short. My work revolves around code analysis, memory resource management, and implementing robust, highly optimized routines to ensure that whole systems operate at peak efficiency. If you're dealing with bottlenecks in low-level code, complex algorithms, *or* generally need to squeeze maximum performance out of specific hardware constraints, let's talk. I enjoy nerding out about how systems truly operate. If you're curious to follow my shinanigans on github check the activity page. If you want to take a peak at some code snippets take a look at gists, and for anything I've written visit the blog. To contact me visit https://www.alignofcode.com

C++ Vectors

Why we use C++ vectors | Published Friday, June 19, 2026

What is C++?

A short summary of C++'s core feature | Published Saturday, May 9, 2026

C++ Mono Repo! Andersama's Library

Looking for a bunch of C++ utilities? You're in luck! | Published Wednesday, March 11, 2026

A New Start

Where I am today? | Published Monday, February 2, 2026

unchecked_emplace_back, unchecked_emplace and self_assign

A quick std-proposal | Published Thursday, August 19, 2021

Beating memcmp

A real struggle for comparison | Published Wednesday, August 4, 2021

Also check out my monorepo of utility headers! logo

There are many programming libraries out there, and here is part of my own. The utilties here are written to be: