awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesMultithreaded

Practical tutorials on concurrent programming with threads, synchronization, and lock-free data structures in C++.

Distinct from Programming Tutorials: Distinct from Programming Tutorials: focuses specifically on multithreaded and concurrent programming, not general programming concepts.

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

Awesome Multithreaded GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Voir sur GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Delivers practical tutorials on concurrent programming with threads, synchronization, and lock-free data structures.

    Voir sur GitHub↗6,030
  • hit-alibaba/interviewAvatar de HIT-Alibaba

    HIT-Alibaba/interview

    5,253Voir sur GitHub↗

    Ce projet est un guide complet de préparation aux entretiens techniques et une base de connaissances en informatique. Il sert de ressource d'étude structurée conçue pour aider les ingénieurs logiciels à réviser les concepts d'ingénierie fondamentaux et à se préparer aux évaluations de codage professionnelles. Le dépôt se concentre sur un large éventail de domaines théoriques et pratiques, incluant des références détaillées sur l'architecture des applications mobiles et les fondamentaux des systèmes d'exploitation. Il fournit des matériaux sélectionnés sur les modèles d'architecture logicielle et l'analyse des protocoles réseau pour soutenir le développement professionnel. Le contenu couvre des capacités fondamentales telles que les structures de données et les algorithmes, la concurrence et le multithreading, et la gestion de la mémoire. Il inclut également des approfondissements sur l'architecture système, notamment la planification des processus, la communication inter-processus et l'optimisation du rendu UI.

    Provides comprehensive theoretical and practical guides on implementing concurrent execution flows via multithreading.

    Shellinterviewinterview-preparation
    Voir sur GitHub↗5,253
  • xmuli/qtexamplesAvatar de XMuli

    XMuli/QtExamples

    4,010Voir sur GitHub↗

    This project provides instructional and reference materials for C++ development, focusing on the Qt framework. It serves as a guide and example library for network programming, cross-platform builds, multithreaded execution, and GUI customization. The collection features specialized patterns for building user interfaces and customizing widgets through custom painting and styling. It also provides a reference for implementing client-server communication and managing concurrent tasks using synchronization primitives. The project covers a broad range of capabilities, including cross-platform ap

    Demonstrates thread-safe concurrent task coordination using mutexes, locks, and semaphores in C++.

    SWIGdtkguinetwork
    Voir sur GitHub↗4,010
  1. Home
  2. Education & Learning Resources
  3. Programming Tutorials
  4. Multithreaded

Explorer les sous-tags

  • Multithreading ConceptsTheoretical and practical guides on implementing concurrent execution flows within a single process. **Distinct from Multithreaded:** Focuses on the conceptual study of multithreading for interviews rather than a specific C++ tutorial.