• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle









  • ARM is also expanding hugely into the autonomous vehicle space, given the amount of computing required in cars is increasing and low power is very desirable.

    RISC-V is an interesting experiment into what an open source ISA looks like, and it is getting funding and interest, but I’d say we’re at least 5-10 years from RISC-V meaningfully competing with ARM’s market share, which it massively dominates currently. It just isn’t a coherent product yet.


  • Generally the performance difference will be minimal, but the benefit to others (and yourself in the future) in keeping the code’s functionality clear and readable is much more important, especially in a professional setting.

    A lot of programmers do have this ‘code golf’ mentality that less lines == efficient, but unless its a bottleneck and you’ve benchmarked it to be significantly faster, code readability should always trump performance.