I’ve seen people talking about it and experienced it myself with a server, but why does Linux run so well on ARM (especially compared to Windows)?

  • UFO@programming.dev
    link
    fedilink
    arrow-up
    13
    arrow-down
    2
    ·
    11 months ago

    Windows is LLP64 which is dumb while Linux is LP64.

    Ok. That only impacts C/C++ porting but still it’s a silly choice by windows.