A list of useful Java frameworks, libraries, software and hello worlds examples - Vedenin/useful-java-links... (more…)
Read more »
Background Async-profiler is often described as a low-overhead sampling profiler for Java. Sampling means the profiler collects statistical information about program execution by periodically inter... (more…)
Read more »
Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API. - eclipse-collections/README.md at master · eclipse/eclipse-collections... (more…)
Read more »
Microsoft is working to help port Java to Windows and Mac ARM on the AARCH64 chipset. The improvement should help enable Java applications to run on upcoming commercial ARM hardware. (more…)
Read more »
Get a detailed guide on the new Stream functionality in Java 8. See how various operations are supported and how lambdas and pipelines can be used to write concise code. Understand some characteristics of streams like lazy evaluation, parallel and infinit... (more…)
Read more »