Loom

A blog engine that just works. One binary, no setup, no dependencies.

Posts tagged “transition-cache” (1)

Interning Pools — Strings Are Integers NowMar 09 12.0K

The moment you intern a style, comparison becomes integer equality. The moment you cache the transition between two styles, rendering becomes a hash table lookup. This is where Claude Code's renderer goes from fast to unreasonably fast.

--c++23 --interning --style-pool --transition-cache --constexpr --hash-map --claude-code