Timeline for Is object pooling a deprecated technique?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 12, 2014 at 7:54 | comment | added | Martijn Verburg | See the JMH Framework for a full explanation (openjdk.java.net/projects/code-tools/jmh) but basically you've got to give the JVM a chance to JIT your code, run GC's before your benchmark & so on. | |
| May 10, 2014 at 8:07 | comment | added | Pacerier | @Marijn, How do you let it "warm up"? | |
| Sep 23, 2013 at 22:26 | comment | added | Disillusioned | The only thing I need to warm up is the coffee! | |
| Oct 19, 2011 at 16:53 | comment | added | kylben | "let the JVM warm up a bit first," -- I remember when the only thing that had to be "warmed up" was the monitor. Oy, everything new is old again. | |
| Oct 19, 2011 at 16:30 | history | answered | Martijn Verburg | CC BY-SA 3.0 |