Explore >> Select a destination


You are here

hanno.codes
| | mydeveloperplanet.com
1.6 parsecs away

Travel
| | The 19th of September 2023, Java 21 was released. Time to take a closer look at the changes since the last LTS release, which is Java 17. In this blog, some of the changes between Java 17 and Java 21 are highlighted, mainly by means of examples. Enjoy! 1. Introduction First of all, the short...
| | www.morling.dev
3.9 parsecs away

Travel
| | Java 16 is around the corner, so there's no better time than now for learning more about the features which the new version will bring. After exploring the support for Unix domain sockets a while ago, I've lately been really curious about the incubating Vector API, as defined by JEP 338, developed under the umbrella of Project Panama, which aims at "interconnecting JVM and native code". Vectors?!? Of course this is not about renewing the ancient Java collection types like java.util.Vector (......
| | siddharthsabron.in
6.0 parsecs away

Travel
| | A rigorous architectural approach to developing an ultra-fast, high-throughput, low-dependency logging library for Java, focusing on performance, request tracing, and structured JSON output.
| | www.cs.virginia.edu
24.8 parsecs away

Travel
| [AI summary] This text provides a comprehensive guide to x86 assembly language programming, focusing on the calling conventions, register usage, and stack management in the context of the x86 architecture. It covers the following key topics: