• GigglyBobble@kbin.social
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    6 months ago

    a lot of that comes down to low level features like GCD and ARC.

    Ah, almost but this shows you’re just bullshitting (knowingly or not). Those are programming features and neither serves resource efficiency but security and preventing other errors. Important things, but managing memory manually in C will be faster and less resource-intensive than any smart-pointer variant. Doing so flawlessly is hard though.