Information

  • · analysis 102: A good design is mandatory if you want good performance.
    By mx
    “The First Rule of Program Optimization: Don’t do it. The Second Rule of Program Optimization (for experts only!): Don’t do it yet.” Michael A. Jackson I think the problem stems from a question of value. Developers still see code that runs This code takes less then 1 ms to execute (printed difference is ZERO)… on my fairly powerful laptop with Java 6. If I up the array size to 1000, it takes 31 ms… I had to up the array size to 1000 to up the time taken to 31 ms.
  • · InfoQ: Google Calls for a Joint Effort to Speed Up the Internet
    By Abel Avram
    Google shares research data, web site speed optimization tutorials, recorded presentations, links to lots of performance optimization tools, and a discussion group inviting everyone to share ideas on how to make the web faster.

Tools

How To