5 ms·
If you think software performance is a solved problem today, there is nothing more I have to say. Consumer software is slower than ever. And only getting worse
by TheSamFischer 2mo ago
If you think software performance is a solved problem today, there is nothing more I have to say.
Consumer software is slower than ever. And only getting worse.
- nomel 2mo agoPlease reread this comment thread. I never spoke to software performance being solved.
- TheSamFischer 2mo ago> just as nobody wants to type opcodes, or write their own http clients This is how you get faster software. You literally look “into” the code, see why stuff is slow, remove the extra work in the library that you do not need, and now your software has a faster server. Abstractions make software “easy” to build. We’re not looking for done easily, we’re looking for done well.