julia-bench-quick

Community

Quick Julia benchmarks

AuthorKrastanov
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers quickly measure the performance of small Julia code snippets during development, identifying performance bottlenecks early.

Core Features & Use Cases

  • Ad-hoc Benchmarking: Use the @btime macro for immediate performance feedback.
  • Setup for Mutating Functions: Ensure accurate benchmarks for functions that modify their input.
  • Allocation Measurement: Understand memory allocation overhead.
  • Use Case: While writing a new function, you can use this skill to instantly check if a particular implementation is faster than another.

Quick Start

Use the julia-bench-quick skill to benchmark the sum of a random vector v using @btime sum($v).

Dependency Matrix

Required Modules

None required

Components

references

💻 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: julia-bench-quick
Download link: https://github.com/Krastanov/JuliaLLMAgentSkills/archive/main.zip#julia-bench-quick

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.