thatSteveFan | 3 months ago | on: Anthropic acquires Bun
thatSteveFan's comments
thatSteveFan | 3 months ago | on: Bypassing the Branch Predictor
I write software packet processors for a living, and it's common to have requirements stated as "process X packets per second, no matter what", ie youre judged by the worst case kind of packets. Also common is optimization of 99.9th percentile latency.
There's also just cases like if (being ddosed) or if (overloaded) where you definitely want the rare case to be faster.
As to point 1, there's.... a significant doubt as to whether these actually change performance. I have never personally managed to confirm a performance gain from them, and not for lack of trying. CPUs also seem to not give them a ton of weight, and will probably override you if they see a way more common other path.
thatSteveFan | 1 year ago | on: Popular Linux orgs Freedesktop and Alpine Linux are scrambling for new webhost