awesome-repositories.com
Blog
MCP
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
·
celluloid avatar

celluloid/celluloid

0
View on GitHub↗
3,870 estrellas·270 forks·Ruby·MIT·2 vistas

Celluloid

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 method interception. It also incorporates supervision trees for fault tolerance to monitor actor lifecycles and restart failed components.

Features

  • Actor-Based Concurrency - Implements an actor-based concurrency model where isolated objects communicate via asynchronous message passing to ensure thread safety.
  • Actor Frameworks - Provides a framework for building distributed and concurrent Ruby systems using the actor model.
  • Actor Mailboxes - Provides a mailbox-driven execution system that queues incoming calls for sequential, thread-safe processing.
  • Actor Models - Provides a library for implementing actor-based concurrency and isolated state management in Ruby.
  • Fiber-Based Schedulers - Utilizes lightweight cooperative fibers to schedule tasks and suspend execution while waiting for actor responses.
  • Ruby Parallel Processing - Implements concurrency and parallelism patterns specifically for the Ruby language runtime.
  • Concurrent Object Frameworks - Serves as a comprehensive system for managing asynchronous object interactions without manual locks.
  • Asynchronous Task Execution - Allows running long-running operations in the background without blocking the main execution flow.
  • Concurrent Object Programming - Facilitates developing multithreaded applications using object-oriented patterns and background processing.
  • Supervision Trees - Implements supervision trees to monitor actor lifecycles and automatically restart failed components for fault tolerance.
  • Method Interception Proxies - Uses proxy layers to intercept method calls and convert them into asynchronous messages for actor mailboxes.
  • Multithreaded Application Architectures - Provides an architecture for scaling Ruby code across multiple threads using isolated actor states for safety.

Historial de estrellas

Gráfico del historial de estrellas de celluloid/celluloidGráfico del historial de estrellas de celluloid/celluloid

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 Celluloid

Proyectos open-source similares, clasificados según cuántas características comparten con Celluloid.
  • puniverse/quasarAvatar de puniverse

    puniverse/quasar

    4,553Ver en GitHub↗

    Quasar is a JVM concurrency framework that implements the actor model and a lightweight thread library. It provides isolated execution units that communicate via asynchronous message passing to eliminate shared mutable state. The project distinguishes itself through a distributed actor system capable of operating across multiple cluster nodes with location-transparent registries and actor state migration. It utilizes a work-stealing fiber scheduler to manage millions of lightweight threads, allowing tasks to suspend during non-blocking I/O operations without stalling underlying system threads

    Javaactorsconcurrencyfibers
    Ver en GitHub↗4,553
  • actix/actixAvatar de actix

    actix/actix

    9,223Ver en GitHub↗

    Actix is a Rust actor framework and concurrent programming toolkit designed for building applications that manage state through an asynchronous messaging system. It provides a model where independent actors serve as autonomous units of state and logic, communicating via strongly typed messages sent to unique addresses. The framework distinguishes itself by isolating state within these actors, allowing internal data to be mutated safely during message handling without the use of locks or mutexes. It employs an asynchronous mailbox system to buffer incoming requests and uses supervision strateg

    Rustactixactoractor-model
    Ver en GitHub↗9,223
  • ponylang/ponycAvatar de ponylang

    ponylang/ponyc

    6,133Ver en GitHub↗

    Pony is an open-source, actor-model, capabilities-secure, high performance programming language

    Ponyactor-modelpony-languagepony-source
    Ver en GitHub↗6,133
  • egametang/etAvatar de egametang

    egametang/ET

    9,813Ver en GitHub↗

    ET is a C# game server framework and distributed actor model runtime designed for large-scale multiplayer environments. It provides a comprehensive toolkit for building distributed game backends, incorporating a multiplayer network transport layer and a specialized suite for game AI and pathfinding. The framework is distinguished by its use of a distributed actor model to scale processing across multiple threads and servers, utilizing isolated actors for state management and messaging. It features a unified codebase architecture that allows shared logic between the server and client, enabling

    C#actorc-sharpdotnet
    Ver en GitHub↗9,813
Ver las 30 alternativas a Celluloid→

Preguntas frecuentes

¿Qué hace celluloid/celluloid?

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.

¿Cuáles son las características principales de celluloid/celluloid?

Las características principales de celluloid/celluloid son: Actor-Based Concurrency, Actor Frameworks, Actor Mailboxes, Actor Models, Fiber-Based Schedulers, Ruby Parallel Processing, Concurrent Object Frameworks, Asynchronous Task Execution.

¿Qué alternativas de código abierto existen para celluloid/celluloid?

Las alternativas de código abierto para celluloid/celluloid incluyen: puniverse/quasar — Quasar is a JVM concurrency framework that implements the actor model and a lightweight thread library. It provides… actix/actix — Actix is a Rust actor framework and concurrent programming toolkit designed for building applications that manage… egametang/et — ET is a C# game server framework and distributed actor model runtime designed for large-scale multiplayer… ponylang/ponyc — Pony is an open-source, actor-model, capabilities-secure, high performance programming language. ruby-concurrency/concurrent-ruby — Concurrent Ruby is a comprehensive concurrency toolkit for the Ruby language that provides thread-safe data… nixzhu/dev-blog — This project is a comprehensive framework for iOS application development, centered on building mobile applications…