2
What general tips do you have for how to answer fastest-code challenges?
Please post one tip per answer.
The objective of these challenges is to make the program that will run in the least amount of wall-clock time given a specific set of computer specifications (based on who will be judging the timings).
Please keep tips specific to fastest-code and not fastest-algorithm; you can assume that the coder has already found the most efficient algorithm to use.
4
Didn't we decide, back on Meta, that this is "too broad"? You could probably host an entire Stack Exchange site about code optimization, rather than just a single question. (In fact, there's a tag on Stack Overflow on the subject which has over 20,000 questions.) EDIT: Right, here's the Meta post in question that supports the close vote.
– None – 2017-06-19T05:55:34.107@ais523 Hm. I should have checked meta to see why this didn't exist already because it seems like someone should have asked this already. Thanks for the feedback! – HyperNeutrino – 2017-06-19T06:06:32.247
@HyperNeutrino It doesn't quite not exist already: https://codegolf.stackexchange.com/q/50073/8478
– Martin Ender – 2017-06-19T06:07:59.077@MartinEnder Oh. Right, search doesn't find deleted things. Whoops. – HyperNeutrino – 2017-06-19T06:17:22.713
Related – Beta Decay – 2017-06-19T06:20:22.900