Posts
[rust, asm, perf] Performance Analysis and Improvements [part 1]First round of changes, let's see how much faster we can get.
[rust, asm, perf] Performance Analysis and Improvements [part 0]
Mental model, tools and steps I use as of early 2026 for optimizing code.
[rust] Ergonomic State Machines Using Iterators
Ergonomic state machines that don't rely on type state.
Delta Coding Techniques
A delta encoding primer.
Performance Aware Programming
A language agnostic mental model for writing and designing programs.
[rust] Static Dispatch at Runtime via Sum Types
An elegant alternative to dynamic dispatch, thanks to rust enum's.