- Deep dive into the clone vs copy question https://arnaudroger.github.io/blog/2017/07/17/deep-dive-clone-vs-copy.html 3 comments java
- Evolution of Strings in Java to Compact Strings and Indify String Concatenation https://arnaudroger.github.io/blog/2017/06/14/compactstrings.html 4 comments java
- Why reverse loops are not faster https://arnaudroger.github.io/blog/2017/06/15/forward-vs-backward-loop.html 67 comments java
- Use Consumer<T> In Place Of Returning List<T> https://arnaudroger.github.io/blog/2016/09/19/consumer-in-place-of-returning-list.html 35 comments java