awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to actor-framework/actor-framework

Open-source alternatives to Actor Framework

30 open-source projects similar to actor-framework/actor-framework, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Actor Framework alternative.

  • alpaka-group/alpakaalpaka-group का अवतार

    alpaka-group/alpaka

    416GitHub पर देखें↗

    alpaka - Abstraction Library for Parallel Kernel Acceleration

    C++
    GitHub पर देखें↗416
  • bloomen/transwarpbloomen का अवतार

    bloomen/transwarp

    633GitHub पर देखें↗

    A header-only C++ library for task concurrency

    C++
    GitHub पर देखें↗633
  • boostorg/asioboostorg का अवतार

    boostorg/asio

    1,587GitHub पर देखें↗

    Boost.org asio module

    C++
    GitHub पर देखें↗1,587
  • chriskohlhoff/asiochriskohlhoff का अवतार

    chriskohlhoff/asio

    5,896GitHub पर देखें↗

    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
  • datenlord/async-rdmadatenlord का अवतार

    datenlord/async-rdma

    438GitHub पर देखें↗

    A framework for writing RDMA applications with high-level abstraction and asynchronous APIs.

    Rust
    GitHub पर देखें↗438

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • exaloop/codonexaloop का अवतार

    exaloop/codon

    16,803GitHub पर देखें↗

    Codon is an LLVM-based Python compiler and statically typed implementation that translates source code into optimized machine instructions. It functions as a high-performance numerical backend and a GPU computing framework designed to remove runtime overhead. The project implements a compiled alternative to NumPy, translating array logic directly into machine code. It differentiates itself by generating specialized hardware kernels for graphics processors and utilizing static type inference to enable aggressive machine-code optimization. The system provides capabilities for parallel workload

    Python
    GitHub पर देखें↗16,803
  • facebookincubator/dispensofacebookincubator का अवतार

    facebookincubator/dispenso

    282GitHub पर देखें↗

    The project provides high-performance concurrency, enabling highly parallel computation.

    C++
    GitHub पर देखें↗282
  • fastflow/fastflowfastflow का अवतार

    fastflow/fastflow

    311GitHub पर देखें↗

    FastFlow is a programming library implemented in modern C++ and targeting multi/many-cores (there exists an experimental version based on ZeroMQ targeting distributed systems). It offers both a set of high-level ready-to-use parallel patterns and a set of mechanisms and composable components…

    C++
    GitHub पर देखें↗311
  • google/highwaygoogle का अवतार

    google/highway

    5,644GitHub पर देखें↗

    Highway is a portable C++ library and hardware abstraction layer designed for writing single instruction multiple data (SIMD) code. It provides a unified interface that maps data-parallel logic to various CPU instruction sets, enabling the development of high-performance software that runs across different processor architectures without requiring architecture-specific assembly. The project features a dynamic instruction dispatcher that selects the most efficient CPU instruction set at runtime based on detected hardware. It also supports static target specialization and extensible mechanisms

    C++
    GitHub पर देखें↗5,644
  • heteroflow/heteroflowHeteroflow का अवतार

    Heteroflow/Heteroflow

    109GitHub पर देखें↗

    A header-only C++ library to help you quickly write concurrent CPU-GPU programs using task models

    C++
    GitHub पर देखें↗109
  • horovod/horovodhorovod का अवतार

    horovod/horovod

    14,686GitHub पर देखें↗

    Horovod is a distributed deep learning framework and gradient synchronizer designed to scale model training across multiple GPUs and compute nodes. It functions as a distributed training orchestrator and an elastic training engine, utilizing an MPI collective communication library to synchronize weights and gradients across TensorFlow, PyTorch, Keras, and MXNet models. The system distinguishes itself through dynamic elastic scaling, which allows it to adjust the number of active workers at runtime and recover from node failures. It optimizes communication efficiency using tensor fusion batchi

    Python
    GitHub पर देखें↗14,686
  • intelligentsoftwaresystems/galoisIntelligentSoftwareSystems का अवतार

    IntelligentSoftwareSystems/Galois

    353GitHub पर देखें↗

    Overview

    C++
    GitHub पर देखें↗353
  • ispc/ispcispc का अवतार

    ispc/ispc

    2,843GitHub पर देखें↗

    ISPC is a vectorizing compiler and SIMD parallel programming language that implements a single program multiple data model. It serves as a toolchain for translating C-based code with parallel extensions into optimized machine code for various CPU and GPU architectures using an LLVM backend. The compiler is designed for cross-platform SIMD toolchain support, generating specialized instruction sets for x86 SSE/AVX, ARM NEON, and Intel GPU from a single source. It features a runtime dispatch mechanism that selects the most efficient hardware-specific implementation for the current system during

    C++compilerintelispc
    GitHub पर देखें↗2,843
  • it4innovations/hyperqueueI

    It4innovations/hyperqueue

    0GitHub पर देखें↗

    HyperQueue is a tool designed to simplify execution of large workflows (task graphs) on HPC clusters. It allows you to execute a large number of tasks in a simple way, without having to manually submit jobs into batch schedulers like Slurm or PBS. You specify what you want to compute and…

    GitHub पर देखें↗0
  • ithewei/libhvithewei का अवतार

    ithewei/libhv

    7,521GitHub पर देखें↗

    libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP, WebSocket, and MQTT clients and servers. It provides a non-blocking event loop for managing network sockets, timers, and system signals across multiple threads. The project is distinguished by its integrated support for specialized network roles, including a full HTTP web server with RESTful routing and middleware, an MQTT messaging client for IoT communication, and the ability to implement SOCKS5 and HTTP proxies. It also features a reliable UDP implementation to ensure ordered

    Ccurlepollhttp-client
    GitHub पर देखें↗7,521
  • kokkos/kokkoskokkos का अवतार

    kokkos/kokkos

    2,571GitHub पर देखें↗

    Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory Abstraction

    C++
    GitHub पर देखें↗2,571
  • komputeproject/komputeKomputeProject का अवतार

    KomputeProject/kompute

    2,519GitHub पर देखें↗

    General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.

    C++
    GitHub पर देखें↗2,519
  • kubeflow/mpi-operatorkubeflow का अवतार

    kubeflow/mpi-operator

    528GitHub पर देखें↗

    The MPI Operator makes it easy to run allreduce-style distributed training on Kubernetes. Please check out this blog post for an introduction to MPI Operator and its industry adoption.

    Go
    GitHub पर देखें↗528
  • libuv/libuvlibuv का अवतार

    libuv/libuv

    26,912GitHub पर देखें↗

    libuv is a cross-platform asynchronous I/O library that provides an abstraction layer for event-driven networking, filesystem operations, and system signals. It utilizes a non-blocking event loop to coordinate asynchronous tasks and I/O events across different operating systems. The project features a unified interface for managing TCP, UDP, and DNS resolution, alongside an inter-process communication layer for sharing sockets via named pipes and Unix domain sockets. To prevent blocking the main execution loop, it includes a multi-platform thread pool for offloading computationally expensive

    Casynchronousdeep-ioio
    GitHub पर देखें↗26,912
  • llnl/rajaLLNL का अवतार

    LLNL/RAJA

    585GitHub पर देखें↗

    comment: # (#################################################################) comment: # (Copyright Lawrence Livermore National Security, LLC and other) comment: # (RAJA Project Developers. See top-level LICENSE and COPYRIGHT) comment: # (files for dates and other details. No copyright…

    C++
    GitHub पर देखें↗585
  • microsoft/deepspeedmicrosoft का अवतार

    microsoft/DeepSpeed

    42,533GitHub पर देखें↗

    DeepSpeed is a distributed deep learning optimization library and framework designed for the training and inference of massive AI models. It serves as a model parallelism orchestrator and a toolkit for scaling large language models across multiple GPUs and compute nodes. The project distinguishes itself through 3D parallelism orchestration, which combines data, pipeline, and tensor parallelism. It utilizes ZeRO-based memory partitioning to eliminate redundant storage and employs CPU-offload memory management to move weights and optimizer states to system RAM. Additionally, it provides special

    Python
    GitHub पर देखें↗42,533
  • mpi4jax/mpi4jaxmpi4jax का अवतार

    mpi4jax/mpi4jax

    516GitHub पर देखें↗

    mpi4jax

    Pythongpuhigh-performance-computingjax
    GitHub पर देखें↗516
  • nv-legate/legate.numpynv-legate का अवतार

    nv-legate/legate.numpy

    978GitHub पर देखें↗

    Copyright 2024 NVIDIA Corporation

    Python
    GitHub पर देखें↗978
  • nvlabs/cuda-oxideNVlabs का अवतार

    NVlabs/cuda-oxide

    2,825GitHub पर देखें↗

    cuda-oxide is an experimental Rust-to-CUDA compiler that lets you write (SIMT) GPU kernels in safe(ish), idiomatic Rust. It compiles standard Rust code directly to PTX — no DSLs, no foreign language bindings, just Rust.

    Rust
    GitHub पर देखें↗2,825
  • openucx/ucxopenucx का अवतार

    openucx/ucx

    1,657GitHub पर देखें↗

    Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)

    Cariescc-plus-plus
    GitHub पर देखें↗1,657
  • raftlib/raftlibRaftLib का अवतार

    RaftLib/RaftLib

    997GitHub पर देखें↗

    RaftLib is an open-source C++ Library that provides a framework for implementing parallel and concurrent data processing pipelines. It is designed to simplify the development of high-performance data processing applications by abstracting away the complexities of parallelism, concurrency, and…

    C++
    GitHub पर देखें↗997
  • rocm-developer-tools/hipROCm-Developer-Tools का अवतार

    ROCm-Developer-Tools/HIP

    4,362GitHub पर देखें↗

    HIP is a C++ GPU kernel language and cross-platform runtime designed for writing portable high-performance compute applications. It provides a programming interface that allows a single source codebase to execute on both AMD and NVIDIA GPU architectures. The project functions as a compatibility layer that enables the conversion and migration of existing CUDA source code to run on AMD hardware. This is achieved through a syntax mapping that mirrors CUDA and a source-to-source translation process during compilation. The toolkit covers the broader surface of cross-platform GPGPU development, in

    C++
    GitHub पर देखें↗4,362
  • skypjack/uvwskypjack का अवतार

    skypjack/uvw

    2,044GitHub पर देखें↗

    Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!

    C++cppcpp17event-loop
    GitHub पर देखें↗2,044
  • stanfordlegion/legionStanfordLegion का अवतार

    StanfordLegion/legion

    760GitHub पर देखें↗

    Legion is a parallel programming model for distributed, heterogeneous machines.

    C++
    GitHub पर देखें↗760
  • stellar-group/hpxSTEllAR-GROUP का अवतार

    STEllAR-GROUP/hpx

    2,858GitHub पर देखें↗

    The C++ Standard Library for Parallelism and Concurrency

    C++
    GitHub पर देखें↗2,858