• atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 day ago

    It forces you to be careful in the way it wants you to be careful. Which is fine, but it makes it a strange beastie for anyone not used to it.

        • Kairos@lemmy.today
          link
          fedilink
          arrow-up
          6
          ·
          edit-2
          1 day ago

          I feel like a garbage collector would be too much a performance hit for kernel stuff.

          • InverseParallax@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            22 hours ago

            2 things:

            1. It’s more the determinacy, a GC randomly fires up and your systems stops for some long amount of time. There are pauseless GCs but that’s a different nightmare.

            2. The kernel has things similar to GCs. They’re used for more specialized tasks, and some (like rcu) are absolute nightmares that have take decades to get working.