Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Go Performance Optimization

porsamber·samber· v1.0.0 · atualizado em 2026-04-10
85
Score

Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (see golang-benchmark skill) or debugging workflow (see golang-troubleshooting skill).

golangperformanceoptimizationprofilingbenchmarkingmemory-managementcpu-efficiency
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgolang-performance/workflow
1
Profile: — Use `pprof` or `fgprof` to identify bottlenecks.
2
Define Metric: — Set a target for latency, throughput, memory, or CPU.
3
Benchmark: — Write an atomic benchmark to isolate the function.
4
Diagnose: — Analyze profiling data to determine the bottleneck type.
5
Improve: — Apply ONE optimization with an explanatory comment.
6
Compare: — Use `benchstat` to confirm statistical significance.
7
Repeat: — Iterate to tackle the next bottleneck.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe com ←Go Concurrency Best Practices
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Compõe com ←Go Data Structures
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
Compõe com ←Go Troubleshooting Guide
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
86
Compõe com ←Go Benchmarking & Performance Measurement
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Compõe com ←samber/lo — Functional Utilities for Go
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aSwiftUI Performance Audit
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aSolana Development Skill (framework-kit-first)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aCoder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81

Árvore do Skill

Go Performance Optimization
golang-performance
Fases Cognitivas7
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.ACT
7.REFLECT
Triggers8
optimize golang performanceimprove golang code speedreduce golang memory usagegolang performance bottleneckgolang code profilinggolang benchmark analysisfind golang performance issuesgolang hot path optimization

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download golang-performance
$ synaptic skills detail golang-performance
$ synaptic skills live golang-performance

Links

GitHub Repository