Computer pseudo science
-
Computer pseudo science
-
@mcc oh one example is when people have superstitious beliefs regarding performance. like "if you use fewer variables the program will be faster".
-
@mcc oh one example is when people have superstitious beliefs regarding performance. like "if you use fewer variables the program will be faster".
That's - not necessarily false, though?
Removing variables can actually make programs faster, because it can result in more of them fitting in registers, better cache utilization, etc
...which the people removing variables for speed definitely always know
-
undefined Oblomov shared this topic on
-
That's - not necessarily false, though?
Removing variables can actually make programs faster, because it can result in more of them fitting in registers, better cache utilization, etc
...which the people removing variables for speed definitely always know