• 8 Posts
  • 157 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle











  • Feyter@programming.devtoich_iel@feddit.orgich_iel
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Wenn es an den 5% kratzt, dann sollte man es erst Recht wählen, damit das was man für richtig hält erst Recht drüber kommt.

    Und selbst wenn die Partei unter 5% bleibt hat man seine Stimme nicht “weggeworfen”. Die Parteien bekommen mehr Förderung und wenn es nur knapp unter 5% ist auch Aufmerksamkeit. Dadurch nehmen andere Parteien die Themen eventuell auch ernster.

    Weggeworfen ist eine Stimme hingegen dann, wenn man sie an eine Partei gibt, hinter der man eigentlich garnicht steht und sich dementsprechend niemals etwas ändert.




  • I think there is no obvious way of telling this, because it depends on how you if statement will be constructed and in the end what machine code will be generated from your code.

    So best thing would probably be implement both and measure the results. I would argue that’s how performance optimisations work. Don’t trust on what a forum post tells you.

    However chances are high that both will have similar performance in a range that doesn’t matter for your use case… Without knowing your use case :)