# Orlix Native Performance

> Use when discussing, planning, measuring, or claiming Orlix native performance, ELF execution performance, syscall throughput, terminal throughput, storage throughput, or imported-binary startup behavior.

- Skill: `rudironsoni/orlix-native-performance` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rudironsoni/orlix-native-performance`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rudironsoni/orlix-native-performance/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rudironsoni (https://skillmd.com/u/rudironsoni)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rudironsoni/orlix-native-performance

---

# Orlix Native Performance

Performance claims need workload evidence, not architecture intent.

## Required Evidence

- Exact binary or workload.
- Exact simulator or device target.
- Build configuration.
- Trigger command or user action.
- Baseline or previous run.
- Measurement command or profiler capture.
- Hotspot, latency, throughput, or allocation result.
- What was not measured.

## Initial Orlix Focus

- ELF launch latency.
- `execve` and dynamic-loader path cost.
- Syscall throughput for hot paths.
- PTY read/write throughput and readiness latency.
- Rootfs tar and OCI layout import time.
- Virtio-blk persistence and I/O throughput.
- Virtio-fs path lookup and file operation latency.
- Imported-binary startup latency in iOS Simulator.

## Rules

- Do not claim native performance from “compiled successfully.”
- Do not claim full performance from one microbenchmark.
- Do not compare against macOS runtime behavior for Orlix’s initial runtime target.
- Label Simulator-only results as Simulator-only.

