Yeah yeah! Great tips! And hooray for topic necromancy!
Here's a couple more:
Iterating through loops has the following structure in many cases:
for(int k=0; k<someVar.length(); k++)
Check it out, you execute the k=0 command, then you execute the comparison as well as the length method as many ...
Search found 4 matches
- Fri Feb 09, 2007 3:58 pm
- Forum: Java
- Topic: Anyone knows how to speed up JAVA a little bit?
- Replies: 9
- Views: 9673
- Fri Jan 26, 2007 5:23 pm
- Forum: Bugs and suggestions
- Topic: I Want To See Memory Usage On Author Stats Page
- Replies: 5
- Views: 2767
Well surely it won't take up THAT much more time to bring up on the page. It's not like it runs your best submission again to find out.
I'd even settle for a compromise, you know how on the submission status page you can make the page refresh every 30 or 15 seconds as opposed to 60? Well, I would ...
I'd even settle for a compromise, you know how on the submission status page you can make the page refresh every 30 or 15 seconds as opposed to 60? Well, I would ...
- Thu Jan 25, 2007 9:47 am
- Forum: Java
- Topic: Anyone knows how to speed up JAVA a little bit?
- Replies: 9
- Views: 9673
- Thu Jan 25, 2007 8:45 am
- Forum: Bugs and suggestions
- Topic: I Want To See Memory Usage On Author Stats Page
- Replies: 5
- Views: 2767
I Want To See Memory Usage On Author Stats Page
Subject pretty much covers it all.
I'd really like to see the memory usage for the problem on the author's statistics page. Currently I have to between author stats and the submission status page to get all of the handy information (like CPU, Memory, and Rank).
So, why not just put memory on the ...
I'd really like to see the memory usage for the problem on the author's statistics page. Currently I have to between author stats and the submission status page to get all of the handy information (like CPU, Memory, and Rank).
So, why not just put memory on the ...