RSS Amplifier

Blog

Food for Bot

ender672.github.ioRSS feed ↗3 posts

Written by

Latest posts

Tracing libjxl decoding patterns, with JPEG XL as the trace data container

Visualizing the spatial order in which libjxl decodes strips across 1–16 threads, with the trace data itself stored in a JPEG XL container.

Packing Revisions Small and Reading them Fast

A benchmark of revision storage strategies, delta encoders, and compressors.

An Ode to Merge Join

How the merge join algorithm syncs millions of rows in constant memory using two sorted inputs and 25 lines of Python.