Skip to content
DevMeme
3533 of 7590
Performance Post #3869 · source on Telegram

Code sprints faster, but has anyone asked what it's escaping from?

Description

Screenshot of a tweet displayed in Twitter’s dark theme interface. The tweet is from “Brendan Dolan-Gavitt @​moyix” and reads: “We always want our code to 'run faster'. But rarely do we ask - what is it running from?” Beneath the text the metadata shows “2:32 AM · Oct 17, 2021 · Twitter Web App” followed by engagement counters: “219 Retweets”, “29 Quote Tweets”, and “1,333 Likes”. The humor anthropomorphizes software, turning the common performance-tuning mantra into an existential question, poking fun at developers who chase micro-optimizations without addressing deeper architectural or technical-debt issues. The meme resonates with senior engineers familiar with the tension between performance gains, code quality, and the unseen problems code might be “fleeing” from

Comments

20
Anonymous ★ Top Pick Benchmark showed the “hot path” wasn’t CPU-bound - it was in a dead sprint away from the 2007 SOAP service we still label “temporary workaround.”
  1. Anonymous ★ Top Pick

    Benchmark showed the “hot path” wasn’t CPU-bound - it was in a dead sprint away from the 2007 SOAP service we still label “temporary workaround.”

  2. Anonymous

    After 20 years of optimizing hot paths and shaving microseconds, you realize the code isn't running FROM anything - it's running TO production, where it will inevitably encounter that one edge case you never profiled because the PM said 'no one would ever do that.'

  3. Anonymous

    This perfectly captures the industry's obsession with micro-optimizations while remaining blissfully ignorant of whether we're running in a container with CPU throttling, on a VM with noisy neighbors, or in a serverless function that's cold-starting every request. We'll spend days shaving milliseconds off an algorithm but never question if we're running on shared infrastructure that's already adding seconds of jitter. It's like optimizing your race car's aerodynamics while ignoring that you're driving through a swamp

  4. Anonymous

    We keep profiling for speed; the code’s just trying to outrun the monolith, shared mutable state, and that TODO we promised to fix after the 2013 launch

  5. Anonymous

    Non-running code nails ultimate perf: infinite latency, zero CPU - perfection in failure

  6. Anonymous

    When PMs say “run faster,” I check what’s chasing it: N+1 queries, chatty RPCs, and a monolith with a flamethrower - optimize the architecture, not just the CPU

  7. @dellism1 4y

    from me

  8. @RiedleroD 4y

    from me pressing Ctrl+Shift+Esc

  9. @prirai 4y

    From runtime

  10. @Nufunello 4y

    From "kill -9"

  11. @dosboxd 4y

    this says a lot about society

  12. @fortrest 4y

    From execution, obviosly ©

    1. @Abolfazl153 4y

      Respect +1

  13. Deleted Account 4y

    Good question

  14. @TeslyaMax 4y

    From garbage collector

    1. @ZgGPuo8dZef58K6hxxGVj3Z2 4y

      Looool

  15. @qtsmolcat 4y

    It's creator

  16. @romanovich_dev 4y

    from Your mama's computer

  17. @azizhakberdiev 4y

    Gamedevs coding using rtx 999999 and 1000000Ghz frequency cpu be like

  18. dev_meme 4y

    Zero comments about running from throtling? Hmm

Use J and K for navigation