Skip to content
G_Arthur_

G_Arthur_

I'm Arthur, a backend developer working mostly with the JVM. These are the notes I keep while figuring things out.

Mostly the JVM, databases, Linux and DevOps — plus whatever else comes up along the way.

Featured

Latest posts

blog/disruptor-ringbuffer.md

2 min read

Java LMAX Disruptor. Part 1: Preallocated RingBuffer

A regular queue allocates a new object for every message and puts pressure on the GC. We look at how the LMAX Disruptor preallocates the entire RingBuffer and reuses event objects, taking allocations out of the producer's hot path.

blog/bash-commands.md

1 min read

Frequently used bash commands

A cheat sheet for commands I use often: find with filters, switching the Java version in Git Bash, connecting to PostgreSQL via psql.

All posts →

Topics

5 posts · 13 tags