Timeline for what is best book to learn optimized programming in java
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 23, 2012 at 9:47 | comment | added | tdammers | Performant Java also means playing along with the JVM, so it's not just like C++. In C++, you can optimize for the particularities of the bare metal; in Java, you need to optimize for the JVM. Particularly memory allocation behaves differently (bare-metal malloc() vs. JVM garbage-collected allocation), and you need to adapt to that. | |
| Mar 23, 2012 at 8:39 | comment | added | AabinGunz | Thanks, also it's been quite some time doing things efficiently in C/C++, so I might need to brush up lot, but that would be in Java | |
| Mar 23, 2012 at 8:31 | history | answered | Drew | CC BY-SA 3.0 |