Philippe Gaultier 2/19/2025

Making my static blog generator <del>11</del> 33 times faster

Read Original

The article is a technical deep-dive into optimizing a custom-built static site generator. The author investigates performance degradation as the blog grew, identifying that sequentially querying Git for each file's commit history was the bottleneck. The solution involves a new implementation that batches Git calls, dramatically reducing build time from ~2 seconds to a fraction of that. It covers technical specifics like moving from a Makefile to a custom program (in C/Odin) and using Fossil for version history insights.

Making my static blog generator <del>11</del> 33 times faster

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
2
Container queries are rad AF!
Chris Ferdinandi 2 votes
3
Wagon’s algorithm in Python
John D. Cook 1 votes
5
Top picks — 2026 January
Paweł Grzybek 1 votes
6
In Praise of –dry-run
Henrik Warne 1 votes
8
Vibe coding your first iOS app
William Denniss 1 votes