high performance java

8
High Performance Java source: http://www.flickr.com/photos/katemonkey/122489910/

Upload: today-software-magazine

Post on 14-Mar-2016

218 views

Category:

Documents


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: High performance java

High Performance

Javasource: http://www.flickr.com/photos/katemonkey/122489910/

Page 2: High performance java

Who are we?

Peter Lawreyhttp://[email protected]

Attila Balázshttp://[email protected]

Page 3: High performance java

Can you write fast Java code?

Page 4: High performance java

Can you write fast Java code?

Yes.

Page 5: High performance java

HintsIn three bulletpoints or less

●GC tuning: the good die young

●Use a CPU and memory profiler

●Mechanical Sympathy○Don't produce garbage○Prefer primitives○Know thy hardware!

Page 6: High performance java

Thy hardware (haswell)

source: Intel

Page 7: High performance java

Thy hardware

source: http://mechanical-sympathy.blogspot.com/2013/02/cpu-cache-flushing-fallacy.html