Filter Tag

#performance

Why C Language for Static Sites?

Exploring the power and simplicity of C for web development.

CAX SSG Performance Benchmarks

How CAX SSG compares to Hugo, Eleventy, and Jekyll.

Why C is Still King for Static Site Generators in 2026

Exploring why building a static site generator in pure C gives you 0.4s builds and unmatched memory control.

From 0 to 0.4s Builds: Optimizing File IO in C

How we used dirent, stat cache, and buffered writes to make CAX SSG blazing fast.