recall / graph index
A graph index that looked finished was returning wildly different result quality
from one query to the next, and more search budget only hid it. The write-up
follows the diagnosis from symptom to a ground-up rewrite, including three
competing fixes that lost on measurement first.
read the article
simd / e5m2
x86 has no instruction that loads eight 8-bit floats and dots them, so five
conversion paths competed for the kernel over one day. The write-up keeps the
losers in the story, because two of them still serve machines the winner cannot.
read the article
concurrency / mpsc
A queue's own retry counter reported a clean run while the cost curve was shaped
exactly like contention. The write-up is about which instrument to believe when
two of your own measurements disagree, and about the redesign that removed the
contended branch entirely.
read the article