Slurp - A Java task runner
Introducing Slurp 1.0. Slurp is a task runner for Java. It allows tasks, aka Runnable
instances to be executed.
Hi, I'm Brian. Welcome to my blog. Here I write about the things I've learned whilst creating stuff on the web.
I hope that you will find something noteworthy here, that will pique your interest, and that you will visit again soon.
Introducing Slurp 1.0. Slurp is a task runner for Java. It allows tasks, aka Runnable
instances to be executed.
CPU branch prediction is when the CPU tries to guess the outcome of a conditional
operation, eg: an if
statement, before it is executed. If it guesses correct then
the CPU can continue executing instructions without interuption.
Let's install OpenJDK 21 LTS on Ubuntu.