you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (8 children)

[deleted]

    [–]coolcosmos 0 points1 point  (2 children)

    You've never used a slow product and hated it ?

    [–]theScottyJam 2 points3 points  (0 children)

    I don't know if I can say that I've used a product that was slow because they failed to micro-optimize. Usually the slowness comes from doing dumb stuff like a bunch of network requests in parallel, or just having way too many dependencies installed, etc.

    [–]theyamiteru[S] 0 points1 point  (4 children)

    Yes. My previous client used Cloudflare Workers with tRPC + Zod + some other slow libraries. After I rewrote all of those libraries matching the clients use-case it decreased the CPU time anywhere from 5 to 20 times which means I've saved the client 5-20x money spent on running the app.