awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Concurrency Models · Awesome GitHub Repositories

25 repos

Awesome GitHub RepositoriesConcurrency Models

Paradigms and frameworks for managing concurrent execution, asynchronous tasks, and parallel processing.

Explore 25 awesome GitHub repositories matching programming languages & runtimes · Concurrency Models. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Concurrency Models

Awesome Concurrency Models GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • xingshaocheng/architect-awesome

    xingshaocheng/architect-awesome

    60,831GitHubView on GitHub↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-perform

  • pmndrs/zustand

    pmndrs/zustand

    57,057GitHubView on GitHub↗

    Zustand is a state management library that provides a centralized store for managing shared application data. It functions as a reactive container that connects application state to components, allowing them to subscribe to specific slices of data and trigger updates automatically. By utilizing selector-based data acce

    TypeScripthacktoberfesthooksreact
  • deepfakes/faceswap

    deepfakes/faceswap

    54,974GitHubView on GitHub↗

    Faceswap is a comprehensive framework for automated media manipulation and neural face synthesis. It provides a modular pipeline that manages the entire lifecycle of facial feature extraction, deep learning model training, and image conversion. By coordinating complex computer vision workflows, the system enables users

    Pythondeep-face-swapdeep-learningdeep-neural-networks
  • psf/requests

    psf/requests

    53,829GitHubView on GitHub↗

    Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into

    Pythonclientcookiesforhumans
  • mozilla/pdf.js

    mozilla/pdf.js

    52,848GitHubView on GitHub↗

    This project is a portable document rendering engine designed to parse and display complex document layouts directly within standard web browser environments. It functions as a web-native viewer that enables the presentation of documents without requiring external software or browser plugins. The engine utilizes a can

    JavaScript
Prev12Next

Explore sub-tags

  • Actor SystemsFrameworks for managing independent units of computation that communicate via asynchronous message passing.
  • Asynchronous Event LoopsSystems that manage non-blocking I/O operations through an event-driven execution model.
  • Asynchronous Processing3 sub-tagsProgramming patterns and tools that enable non-blocking execution and the handling of concurrent operations.
  • Background Parsing WorkersImplementations that offload heavy data processing tasks to background threads.
  • Background Task Management8 sub-tagsSystems for scheduling, queuing, and executing tasks outside of the main application execution thread.
  • Concurrency10 sub-tagsModels and primitives that allow multiple tasks or threads to execute simultaneously while managing shared resources.
  • Multi-Process ParallelismUtilization of process-level concurrency to execute tasks across multiple CPU cores.
  • Reactive Programming3 sub-tagsProgramming paradigms focused on data streams and the propagation of change through asynchronous event handling.
  • Safe Concurrency PrimitivesLanguage-level features that enforce memory safety and data integrity during parallel execution.
  • Task-Based Concurrency ModelsRuntime architectures for scheduling asynchronous tasks across multicore hardware.