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
·

1 dépôt

Awesome GitHub RepositoriesConcurrent Object Programming

Software design focusing on objects that can be interacted with concurrently while maintaining internal state consistency.

Distinct from Concurrent Object Access: Focuses on the general paradigm of concurrent object design rather than specific blockchain-level public access.

Explore 1 awesome GitHub repository matching software engineering & architecture · Concurrent Object Programming. Refine with filters or upvote what's useful.

Awesome Concurrent Object Programming 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.
  • celluloid/celluloidAvatar de celluloid

    celluloid/celluloid

    3,870Voir sur GitHub↗

    Celluloid is a concurrent object framework for the Ruby language. It implements the actor model to enable the construction of multithreaded programs where objects communicate through asynchronous message passing to avoid shared state locks. The framework provides a system for managing asynchronous interactions without manual locking or thread management. It utilizes actor-based object orientation to handle parallel execution and non-blocking tasks. The project covers several architecture and capability areas, including mailbox-driven execution, fiber-based task scheduling, and proxy-based me

    Facilitates developing multithreaded applications using object-oriented patterns and background processing.

    Ruby
    Voir sur GitHub↗3,870
  1. Home
  2. Software Engineering & Architecture
  3. Concurrent Object Programming