incremental-compilation

Tag

Cards List
#incremental-compilation

Typst: Designing for Incrementality

Lobsters Hottest · 2026-06-29 Cached

Typst uses constrained memoization (comemo) and pure function design to make the language and compiler work together, achieving efficient incremental compilation and real-time preview. The article details the design ideas of layout caching, module evaluation memoization, function purity, and the introspection system.

0 favorites 0 likes
#incremental-compilation

Optimizing #[sqlx::test] rebuild time

Lobsters Hottest · 2026-06-21 Cached

A Rust developer profiles and optimizes the incremental rebuild time of SQLx tests, identifying bottlenecks like debuginfo generation and proc macro overhead, and proposes improvements to speed up test compilation.

0 favorites 0 likes
#incremental-compilation

Zig ELF Linker Improvements Devlog

Hacker News Top · 2026-05-30 Cached

The new Zig ELF linker now supports fast incremental compilation with external libraries and C sources, enabling rebuilds in milliseconds on x86_64 Linux.

0 favorites 0 likes
#incremental-compilation

Against Query Based Compilers

matklad · 2026-02-25 Cached

A technical blog post critiques query-based compilers, arguing that their effectiveness is limited by the dependency structure of the source language, particularly the avalanche effect where changes can propagate widely, making incremental updates often as expensive as a full rebuild.

0 favorites 0 likes
← Back to home

Submit Feedback