Posts tagged "performance"

The Covering Index Paradox

Apr 10, 2025
9 min read

SQLite index performance gap explained by B-tree height difference.

Sitemap generation by streaming from WordPress headless

Nov 3, 2024
5 min read

Optimize sitemap generation by leveraging streaming and chunked transfer encoding.

Tower of Hanoi in P5.js + WASM

May 8, 2023
7 min read

Implementation of the Tower of Hanoi problem using P5.js for animation and Rust compiled to WebAssembly (WASM).