# Performance Thinking

> Apply the general performance philosophy in Jeff Dean and Sanjay Ghemawat's canonical Performance Hints. Use when deciding whether performance should influence a design, identifying hot paths, reviewing library defaults, or balancing speed against readability and complexity.

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

---


# The importance of thinking about performance

Read the exact current source section before applying it:

```bash
python3 ~/.codex/skills/performance-hints/scripts/fetch_section.py the-importance-of-thinking-about-performance --output text
```

Canonical section: [The importance of thinking about performance](https://abseil.io/fast/hints#the-importance-of-thinking-about-performance)

Attribute the guidance to Jeff Dean and Sanjay Ghemawat. Do not assume every hint applies: inspect the code, identify the relevant cost, and measure or estimate before recommending a change.


