Performance
- Algorithms & Performance
—
algorithms
,
latency
,
optimization
and +2 more
Principles for clear algorithms and effective performance engineering; utilizing strict micro-benchmarking, careful memory allocation discipline, avoiding cache misses, and deterministic random generators.
- VirtuC
—
algorithms
,
compilers
,
optimization
and +2 more
A from-scratch, Rust-implemented compiler designed for a targeted C subset that effectively emits standard LLVM IR; heavily focusing on proper AST design, semantic checking, and IR verification.