How Much Faster Is Java 17?
-
Geoffrey De Smet
tl;dr: "Java 17 is 8.66% faster than Java 11 and 2.41% faster than Java 16 for G1GC (default)."
featured in #257
Good Code Is 90% Boilerplate
tl;dr: The more code you write, the more monotonous it becomes. Some languages like Java require a lot of code to be written for little functionality. In this article there is an example of writing a Java app in a "more efficient, more enjoyable way".
featured in #165