·swift-actor-persistence
</>

swift-actor-persistence

affaan-m/everything-claude-code

アクターを使用した Swift でのスレッドセーフなデータ永続性 — ファイルバックアップストレージを備えたメモリ内キャッシュにより、設計によりデータ競合が排除されます。

20インストール·19トレンド·@affaan-m

インストール

$npx skills add https://github.com/affaan-m/everything-claude-code --skill swift-actor-persistence

SKILL.md

Patterns for building thread-safe data persistence layers using Swift actors. Combines in-memory caching with file-backed storage, leveraging the actor model to eliminate data races at compile time.

The actor model guarantees serialized access — no data races, enforced by the compiler.

| Actor (not class + lock) | Compiler-enforced thread safety, no manual synchronization | | In-memory cache + file persistence | Fast reads from cache, durable writes to disk | | Synchronous init loading | Avoids async initialization complexity | | Dictionary keyed by ID | O(1) lookups by identifier |

アクターを使用した Swift でのスレッドセーフなデータ永続性 — ファイルバックアップストレージを備えたメモリ内キャッシュにより、設計によりデータ競合が排除されます。 ソース: affaan-m/everything-claude-code。

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/affaan-m/everything-claude-code --skill swift-actor-persistence
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-17
更新日
2026-02-18

クイックアンサー

swift-actor-persistence とは?

アクターを使用した Swift でのスレッドセーフなデータ永続性 — ファイルバックアップストレージを備えたメモリ内キャッシュにより、設計によりデータ競合が排除されます。 ソース: affaan-m/everything-claude-code。

swift-actor-persistence のインストール方法は?

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

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

https://github.com/affaan-m/everything-claude-code