A photo of Brian Douglas

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.

Recent Posts


  • Using CPU branch prediction in Java

    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.

Older Posts