ما هي swift-actor-persistence؟
ثبات البيانات بشكل آمن في Swift باستخدام الجهات الفاعلة - ذاكرة تخزين مؤقت في الذاكرة مع تخزين مدعوم بالملفات، مما يؤدي إلى القضاء على سباقات البيانات حسب التصميم. المصدر: affaan-m/everything-claude-code.
ثبات البيانات بشكل آمن في Swift باستخدام الجهات الفاعلة - ذاكرة تخزين مؤقت في الذاكرة مع تخزين مدعوم بالملفات، مما يؤدي إلى القضاء على سباقات البيانات حسب التصميم.
ثبّت مهارة الذكاء الاصطناعي swift-actor-persistence بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: affaan-m/everything-claude-code.
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.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/affaan-m/everything-claude-code --skill swift-actor-persistenceثبات البيانات بشكل آمن في Swift باستخدام الجهات الفاعلة - ذاكرة تخزين مؤقت في الذاكرة مع تخزين مدعوم بالملفات، مما يؤدي إلى القضاء على سباقات البيانات حسب التصميم. المصدر: affaan-m/everything-claude-code.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/affaan-m/everything-claude-code --skill swift-actor-persistence بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/affaan-m/everything-claude-code