|
Java Optimization
How to optimize your Java programs so that they're faster, smaller, and more maintainable.
Topics
Benchmarks: costs of Java operations.
Compilers: what they can and can't do.
Maintainability: how to make your code easier to understand.
Resources: other places you can go for help.
Rules: general guidelines for optimization
Size: how to make your code smaller.
Speed: how to make your code faster.
Tools: software that can help you optimize Java.
What's ...
|