Timeline for FizzBuzz Optimisation | Modulus vs Decrement Operator Performance
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 13, 2022 at 17:26 | history | edited | Toby Speight | CC BY-SA 4.0 | Code fence; minor copy-edits` |
| Nov 25, 2021 at 15:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jan 16, 2021 at 13:16 | comment | added | Emily L. | Fully agree with Mast, instead of speculating which is faster, test it! Write both pieces of code run then and measure the time it takes. Optimizing for performance without measuring is like painting your house blind. | |
| Jan 16, 2021 at 11:40 | comment | added | Mast♦ | Analysis of a program to find time/space complexity, frequency and duration of function calls and execution time. Wiki | |
| Jan 16, 2021 at 11:37 | comment | added | Desmond Rhodes | @Mast No. What's a profiler? | |
| Jan 16, 2021 at 11:35 | comment | added | Mast♦ | "I seek insight on whether my approach will provide performance benefit, or if it is actually a horrible idea that worsen performance." You have two horses. Race them. Do you know what a profiler is? | |
| Jan 16, 2021 at 10:52 | answer | added | Toby Speight | timeline score: 1 | |
| Jan 16, 2021 at 10:38 | history | asked | Desmond Rhodes | CC BY-SA 4.0 |