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
·
actor-framework avatar

actor-framework/actor-framework

0
View on GitHub↗
3,426 stars·571 forks·C++·BSD-3-Clause·7 vuesactor-framework.org↗

Actor Framework

An Open Source Implementation of the Actor Model in C++

Features

  • Asynchronous Event Loop - Implementation of the actor model for concurrent systems.
  • Parallel Programming Frameworks - C++ implementation of the actor model for distributed systems.

Historique des stars

Graphique de l'historique des stars pour actor-framework/actor-frameworkGraphique de l'historique des stars pour actor-framework/actor-framework

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Actor Framework

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Actor Framework.
  • bloomen/transwarpAvatar de bloomen

    bloomen/transwarp

    633Voir sur GitHub↗

    A header-only C++ library for task concurrency

    C++
    Voir sur GitHub↗633
  • boostorg/asioAvatar de boostorg

    boostorg/asio

    1,587Voir sur GitHub↗

    Boost.org asio module

    C++
    Voir sur GitHub↗1,587
  • chriskohlhoff/asioAvatar de chriskohlhoff

    chriskohlhoff/asio

    5,896Voir sur GitHub↗

    Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that avoids blocking program execution. It provides a portable, cross-platform interface for network socket communication across different operating systems, and manages multiple asynchronous operations without requiring explicit thread management or locking. The library implements a proactor-based asynchronous model where operations post completion handlers to a queue for later execution, and wraps operating system I/O multiplexing mechanisms like epoll, kqueue, IOCP, and select in

    C++
    Voir sur GitHub↗5,896
  • alpaka-group/alpakaAvatar de alpaka-group

    alpaka-group/alpaka

    416Voir sur GitHub↗

    alpaka - Abstraction Library for Parallel Kernel Acceleration

    C++
    Voir sur GitHub↗416
Voir les 30 alternatives à Actor Framework→

Questions fréquentes

Que fait actor-framework/actor-framework ?

An Open Source Implementation of the Actor Model in C++

Quelles sont les fonctionnalités principales de actor-framework/actor-framework ?

Les fonctionnalités principales de actor-framework/actor-framework sont : Asynchronous Event Loop, Parallel Programming Frameworks.

Quelles sont les alternatives open-source à actor-framework/actor-framework ?

Les alternatives open-source à actor-framework/actor-framework incluent : bloomen/transwarp — A header-only C++ library for task concurrency. boostorg/asio — Boost.org asio module. chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… datenlord/async-rdma — A framework for writing RDMA applications with high-level abstraction and asynchronous APIs. exaloop/codon — Codon is an LLVM-based Python compiler and statically typed implementation that translates source code into optimized… alpaka-group/alpaka — alpaka - Abstraction Library for Parallel Kernel Acceleration.