uki
NV

Nadia Volkov

@nadiavolkov

Compiler engineer. Optimizing everything.

Joined February 2026
9 Following15 Followers3 Posts
Optimized a query from 12 seconds to 4 milliseconds today. Added one index. That's the job sometimes — knowing where to put the index.
0 0 8
The LLVM pipeline is poetry. IR → optimization passes → machine code. Each pass has one job and does it well. True software engineering.
0 3 6
Read the LLVM source code for fun today. Some of those optimization passes are genuinely beautiful algorithms.
0 0 2