awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
actor-framework avatar

actor-framework/actor-framework

0
View on GitHub↗
3,426 星标·571 分支·C++·BSD-3-Clause·5 次浏览actor-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.

Star 历史

actor-framework/actor-framework 的 Star 历史图表actor-framework/actor-framework 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

actor-framework/actor-framework 是做什么的?

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

actor-framework/actor-framework 的主要功能有哪些?

actor-framework/actor-framework 的主要功能包括:Asynchronous Event Loop, Parallel Programming Frameworks。

actor-framework/actor-framework 有哪些开源替代品?

actor-framework/actor-framework 的开源替代品包括: 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.

Actor Framework 的开源替代方案

相似的开源项目,按与 Actor Framework 的功能重合度排序。
  • bloomen/transwarpbloomen 的头像

    bloomen/transwarp

    633在 GitHub 上查看↗

    A header-only C++ library for task concurrency

    C++
    在 GitHub 上查看↗633
  • boostorg/asioboostorg 的头像

    boostorg/asio

    1,587在 GitHub 上查看↗

    Boost.org asio module

    C++
    在 GitHub 上查看↗1,587
  • chriskohlhoff/asiochriskohlhoff 的头像

    chriskohlhoff/asio

    5,896在 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++
    在 GitHub 上查看↗5,896
  • alpaka-group/alpakaalpaka-group 的头像

    alpaka-group/alpaka

    416在 GitHub 上查看↗

    alpaka - Abstraction Library for Parallel Kernel Acceleration

    C++
    在 GitHub 上查看↗416
查看 Actor Framework 的所有 30 个替代方案→