Linux people doing Linux things, it seems.

  • kautau@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    16 days ago

    Ironically the majority of the rust memory management ruleset is called ownership, and they are unwilling to release any of it, and claiming all of it, so there’s an out of memory error.

    • Nibodhika@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      16 days ago

      I didn’t understood your criticism, what are they unwilling to release? What are they claiming all of? Why would ownership rules cause an OOM?

      Sharing stack memory is a bad practice in C as well btw.