awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesConcurrency Control Examples

Code demonstrations and educational examples illustrating the use of locks, semaphores, and condition variables.

Distinct from Concurrency Control: None of the candidates focus on providing educational code examples; they focus on specific industrial tools or a general list.

Explore 3 awesome GitHub repositories matching education & learning resources · Concurrency Control Examples. Refine with filters or upvote what's useful.

Awesome Concurrency Control Examples GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jackzhenguo/python-small-examplesالصورة الرمزية لـ jackzhenguo

    jackzhenguo/python-small-examples

    8,132عرض على GitHub↗

    This project is a comprehensive library of practical Python code examples and patterns. It provides a collection of scripts and snippets designed to demonstrate a wide range of programming tasks, from basic syntax to advanced implementation patterns. The repository focuses on several core domains, including the implementation of concurrency and multithreading examples, data analysis snippets for cleaning and manipulating tabular data, and various data visualization examples. It also covers automation scripts for file system management and a variety of general programming patterns. Additional

    Provides educational examples of multithreading, race conditions, and synchronization mechanisms in Python.

    Pythondata-sciencemachine-learningpython
    عرض على GitHub↗8,132
  • forhappy/cplusplus-concurrency-in-practiceالصورة الرمزية لـ forhappy

    forhappy/Cplusplus-Concurrency-In-Practice

    5,485عرض على GitHub↗

    هذا المشروع عبارة عن دليل شامل وكتاب تقني يركز على التزامن (concurrency) في C++. يعمل كمورد تعليمي للمطورين لتعلم تعدد الخيوط (multi-threading) وتنفيذ الكود الآمن للخيوط. تغطي المادة نموذج ذاكرة C++، والعمليات الذرية (atomic operations)، وأنماط المزامنة. يجمع بين الشروحات النظرية وأمثلة الكود العملية لتوضيح كيفية منع سباق البيانات (data races) في التطبيقات متعددة الخيوط. يستخدم النهج التعليمي التعلم القائم على السيناريوهات وتحليل مكتبة C++ القياسية لتوضيح أنماط التنفيذ المتزامن وقيود ترتيب الذاكرة.

    Provides educational code examples illustrating the use of locks, semaphores, and condition variables.

    C++
    عرض على GitHub↗5,485
  • remzi-arpacidusseau/ostep-codeالصورة الرمزية لـ remzi-arpacidusseau

    remzi-arpacidusseau/ostep-code

    4,127عرض على GitHub↗

    This project is a collection of educational simulations and code examples designed to illustrate core operating system concepts. It provides practical implementations of virtualization, concurrency, and persistence to demonstrate how an operating system manages hardware and software resources. The repository includes simulators for CPU scheduling, memory virtualization via paging and segmentation, and file system architectures. It provides specific models for virtual-to-physical address translation and the distribution of processor time across competing tasks. The simulations cover concurren

    Provides code demonstrations of locks, semaphores, and condition variables used to coordinate shared data.

    C
    عرض على GitHub↗4,127
  1. Home
  2. Education & Learning Resources
  3. Concurrency Control Examples