Performance Estimation

Community

Predict runtimes, identify bottlenecks, optimize.

Authormkolb22
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Estimate computational complexity and runtime performance for code segments, enabling informed architectural decisions and targeted optimizations.

Core Features & Use Cases

  • Big-O classification: assign time and space complexity to common patterns (O(1), O(log n), O(n), O(n log n), O(n^2), etc.).
  • Pattern recognition: detect loops, recursion, and divide-and-conquer patterns to suggest appropriate improvements.
  • Estimation templates: produce structured time and space estimates along with bottleneck and optimization recommendations.
  • Real-world guidance: assess scalability, cache effects, and practical factors to inform design choices.

Quick Start

Analyze the runtime of the provided function and propose optimizations.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Performance Estimation
Download link: https://github.com/mkolb22/zen-plugin/archive/main.zip#performance-estimation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.