• GetOffMyLan@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    19 hours ago

    Most of the time yeah. But it depends as you can write c# with very little GC use if you avoid allocations.

    Ahead of time compiling also gets things much closer. But then you lose runtime optimization.