compiler-engineering

Tag

Cards List
#compiler-engineering

Engineering High-Performance Parsers with Data-Oriented Design

Lobsters Hottest · 2026-07-13 Cached

This article explains how to design high-performance parsers by focusing on memory layout and data-oriented design, using the example of the Yuku JavaScript/TypeScript parser written in Zig.

0 favorites 0 likes
#compiler-engineering

Fighting Hyrum's Law in LLVM

Lobsters Hottest · 2026-05-11 Cached

This article surveys mechanisms within the LLVM compiler infrastructure designed to prevent dependencies on unspecified behavior, known as Hyrum's Law, to ensure build reproducibility.

0 favorites 0 likes
← Back to home

Submit Feedback