Philly ETE 2015 #8 – Maurice Naftalin – Let’s Get to the Rapids: Java 8 Stream Performance
For Java programmers, looping over a collection is the time-honored
way of processing data. Now, from Java 8 onwards, we will instead be
writing stream programs – more concise, more expressive, and more
maintainable. But how fast will they be?