Project Euler and other coding contests often have a maximum time to run or people boast of how fast their particular solution runs. With Python, sometimes the approaches are...
  • April 12, 2022
  • 0 Comments
Is if (a < 901) faster than if (a <= 900)? Not exactly as in this simple example, but there are slight performance changes on loop complex code. I...
  • April 11, 2022
  • 0 Comments
IT Nursery
I have been tracking the slow queries log of the WP based site (with the default value of the a long_query_time set to 10), and I have noticed that...
  • April 10, 2022
  • 0 Comments