• nutomicA
    link
    fedilink
    arrow-up
    5
    ·
    5 years ago

    Lemmy has barely any resource usage, the server is extremely efficient thanks to Rust. Deployment is also pretty easy with Ansible + Docker.

    • AgreeableLandscapeOP
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      5 years ago

      I’m pretty sure the compiled binary is smaller than many (maybe even most) Android apps. Mad props!

      • nutomicA
        link
        fedilink
        arrow-up
        4
        ·
        5 years ago

        That’s probably not a completely fair comparison because Android apps include a lot more media. And removing dead code from libraries is kind of complicated, while Rust does that by default.

        • AgreeableLandscapeOP
          link
          fedilink
          arrow-up
          3
          ·
          5 years ago

          Fair enough. Still, the fact that a complicated web app can fit in a single executable is pretty impressive.

    • Rumblestiltskin
      link
      fedilink
      arrow-up
      1
      ·
      5 years ago

      I assume bandwidth usage will increase with Federation and also larger requests for data would be more frequent?

      • nutomicA
        link
        fedilink
        arrow-up
        1
        ·
        5 years ago

        Theres gonna be some bandwidth usage for images, but unless you have a huge instance, it will be effectively zero. I wouldnt even care about that because you’re not gonna run into any limits with your vps if you get something reasonably cheap.