·go-performance
</>

go-performance

cxuu/golang-skills

効率的な文字列処理、型変換、コンテナ容量のヒントなどの Go パフォーマンス パターン。 Go コードを最適化する場合、またはパフォーマンスが重要なセクションを作成する場合に使用します。

26インストール·4トレンド·@cxuu

インストール

$npx skills add https://github.com/cxuu/golang-skills --skill go-performance

SKILL.md

Performance-specific guidelines apply only to the hot path. Don't prematurely optimize—focus these patterns where they matter most.

When converting primitives to/from strings, strconv is faster than fmt.

| fmt.Sprint | 143 ns/op | 2 allocs/op | | strconv.Itoa | 64.2 ns/op | 1 allocs/op |

効率的な文字列処理、型変換、コンテナ容量のヒントなどの Go パフォーマンス パターン。 Go コードを最適化する場合、またはパフォーマンスが重要なセクションを作成する場合に使用します。 ソース: cxuu/golang-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/cxuu/golang-skills --skill go-performance
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

go-performance とは?

効率的な文字列処理、型変換、コンテナ容量のヒントなどの Go パフォーマンス パターン。 Go コードを最適化する場合、またはパフォーマンスが重要なセクションを作成する場合に使用します。 ソース: cxuu/golang-skills。

go-performance のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/cxuu/golang-skills --skill go-performance インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/cxuu/golang-skills