swc4j (SWC for Java) is an ultra-fast JavaScript and TypeScript compilation and bundling tool on JVM. - caoccao/swc4j... (more…)
Read more »
Java Garbage Collection remains a topic of major interest even after 25 years. Many developers are still confused about the fundamentals of the topic, even of the most widely-used implementation (Parallel on Java 8). (more…)
Read more »
The Whyline for Java, an interactive debugging tool that lets you ask "why" questions about program out. - amyjko/whyline... (more…)
Read more »
The Vector API enables developers to write platform-agnostic, data-parallel programs where single instructions operate on multiple data (SIMD). Get an introduction to Vector API, learn how it was implemented, and view examples of data-parallel programs. H... (more…)
Read more »
How to parse HTML with popular Java libraries: HTMLCleaner and Jsoup HTML is a simple structured markup language and everyone who is going to write the web... (more…)
Read more »