axiom-swift-performance

Installation
SKILL.md

Swift Performance Optimization

Purpose

Core Principle: Optimize Swift code by understanding language-level performance characteristics—value semantics, ARC behavior, generic specialization, and memory layout—to write fast, efficient code without premature micro-optimization.

Swift Version: Swift 6.2+ (for InlineArray, Span, @concurrent) Xcode: 16+ Platforms: iOS 18+, macOS 15+

Related Skills:

  • axiom-performance-profiling — Use Instruments to measure (do this first!)
  • axiom-swiftui-performance — SwiftUI-specific optimizations
  • axiom-build-performance — Compilation speed
  • axiom-swift-concurrency — Correctness-focused concurrency patterns

When to Use This Skill

✅ Use this skill when

Related skills
Installs
5
GitHub Stars
3
First Seen
Mar 5, 2026