awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
actor-framework avatar

actor-framework/actor-framework

0
View on GitHub↗
3,426 estrellas·571 forks·C++·BSD-3-Clause·3 vistasactor-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.

Historial de estrellas

Gráfico del historial de estrellas de actor-framework/actor-frameworkGráfico del historial de estrellas de actor-framework/actor-framework

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Actor Framework

Proyectos open-source similares, clasificados según cuántas características comparten con Actor Framework.
  • bloomen/transwarpAvatar de bloomen

    bloomen/transwarp

    633Ver en GitHub↗

    A header-only C++ library for task concurrency

    C++
    Ver en GitHub↗633
  • boostorg/asioAvatar de boostorg

    boostorg/asio

    1,587Ver en GitHub↗

    Boost.org asio module

    C++
    Ver en GitHub↗1,587
  • chriskohlhoff/asioAvatar de chriskohlhoff

    chriskohlhoff/asio

    5,896Ver en 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++
    Ver en GitHub↗5,896
  • alpaka-group/alpakaAvatar de alpaka-group

    alpaka-group/alpaka

    416Ver en GitHub↗

    alpaka - Abstraction Library for Parallel Kernel Acceleration

    C++
    Ver en GitHub↗416
Ver las 30 alternativas a Actor Framework→

Preguntas frecuentes

¿Qué hace actor-framework/actor-framework?

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

¿Cuáles son las características principales de actor-framework/actor-framework?

Las características principales de actor-framework/actor-framework son: Asynchronous Event Loop, Parallel Programming Frameworks.

¿Qué alternativas de código abierto existen para actor-framework/actor-framework?

Las alternativas de código abierto para actor-framework/actor-framework incluyen: 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.