This page provides production-ready open-source builds of the
Java Development Kit,
version 25, an implementation of the Java SE 25
Platform under the GNU General Public
License, version 2, with the Classpath Exception. (more…)
Read more »
This blog post is about several approaches of File IO, benchmark and explanation of how each approach works. (more…)
Read more »
Pinterest open-sourced its generic PubSub client library, PSC, which has been heavily used in production for a year and a half. The library helped the engineering teams by increasing developer velocity, and the scalability and stability of services using ... (more…)
Read more »
A new JEP proposes enhancements to lambda functionality, including better disambiguation, use of the underscore for unused parameters, and shadowing of outer variables. Although these changes would bring lambdas in Java closer to other languages', the com...
Read more »
The Memory Access API features an abstraction, `ResourceScope` which is used to manage the temporal bounds of resources associated with it (memory segments, memory addresses, upcall stubs, valists). There are three kinds of resource scopes… (more…)
Read more »