m04-zero-cost

Installation
SKILL.md

Zero-Cost Abstraction

Layer 1: Language Mechanics

Core Question

Do we need compile-time or runtime polymorphism?

Before choosing between generics and trait objects:

  • Is the type known at compile time?
  • Is a heterogeneous collection needed?
  • What's the performance priority?

Error → Design Question

Related skills
Installs
1
GitHub Stars
265
First Seen
7 days ago