All Projects → elfo-rs → elfo

elfo-rs / elfo

Licence: other
Your next actor system

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to elfo

Bastion
Highly-available Distributed Fault-tolerant Runtime
Stars: ✭ 2,333 (+6039.47%)
Mutual labels:  asynchronous, distributed, actor
Vertex
Vertex is a distributed, ultimately consistent, event traceable cross platform framework based on Orleans, which is used to build high-performance, high throughput, low latency, scalable distributed applications
Stars: ✭ 117 (+207.89%)
Mutual labels:  distributed, actor
Galaxy
Galaxy is an asynchronous parallel visualization ray tracer for performant rendering in distributed computing environments. Galaxy builds upon Intel OSPRay and Intel Embree, including ray queueing and sending logic inspired by TACC GraviT.
Stars: ✭ 18 (-52.63%)
Mutual labels:  asynchronous, distributed
Earl
Service Objects for Crystal (Agents, Artists, Supervisors, Pools, ...)
Stars: ✭ 89 (+134.21%)
Mutual labels:  supervisor, actor
Circuits
circuits is a Lightweight Event driven and Asynchronous Application Framework for the Python Programming Language with a strong Component Architecture.
Stars: ✭ 256 (+573.68%)
Mutual labels:  asynchronous, distributed
Clearly
Clearly see and debug your celery cluster in real time!
Stars: ✭ 287 (+655.26%)
Mutual labels:  asynchronous, distributed
erl dist
Rust Implementation of Erlang Distribution Protocol
Stars: ✭ 110 (+189.47%)
Mutual labels:  asynchronous, distributed
Transmittable Thread Local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Stars: ✭ 4,678 (+12210.53%)
Mutual labels:  asynchronous, distributed
Coerce Rs
Coerce - an asynchronous (async/await) Actor runtime and cluster framework for Rust
Stars: ✭ 231 (+507.89%)
Mutual labels:  asynchronous, distributed
dist-framework
A prototype for distributed training/validation/evaluation/extraction with PyTorch.
Stars: ✭ 14 (-63.16%)
Mutual labels:  distributed
dialectic
Transport-polymorphic, asynchronous session types for Rust
Stars: ✭ 60 (+57.89%)
Mutual labels:  asynchronous
simplx
C++ development framework for building reliable cache-friendly distributed and concurrent multicore software
Stars: ✭ 61 (+60.53%)
Mutual labels:  distributed
asynckivy
async library for Kivy
Stars: ✭ 56 (+47.37%)
Mutual labels:  asynchronous
FastAPI-template
Feature rich robust FastAPI template.
Stars: ✭ 660 (+1636.84%)
Mutual labels:  asynchronous
zlimiter
A toolkit for rate limite,support memory and redis
Stars: ✭ 17 (-55.26%)
Mutual labels:  distributed
p2p-project
A peer-to-peer networking framework to work across languages
Stars: ✭ 68 (+78.95%)
Mutual labels:  distributed
venusscript
A dynamic, interpreted, scripting language written in Java.
Stars: ✭ 17 (-55.26%)
Mutual labels:  asynchronous
Distributed-ResNet-Tensorflow
A Distributed ResNet on multi-machines each with one GPU card.
Stars: ✭ 20 (-47.37%)
Mutual labels:  distributed
intelli-swift-core
Distributed, Column-oriented storage, Realtime analysis, High performance Database
Stars: ✭ 17 (-55.26%)
Mutual labels:  distributed
spellbook
Functional library for Javascript
Stars: ✭ 14 (-63.16%)
Mutual labels:  asynchronous

elfo

Crates.io Documentation MIT licensed Build Status

Elfo is another actor system. Check The Actoromicon.

Note: although it's already actively used in production, it's still under development. Wait for v0.2 for public announcement.

Usage

To use elfo, add this to your Cargo.toml:

[dependencies]
elfo = { version = "0.1", features = ["full"] }

[dev-dependencies]
elfo = { version = "0.1", features = ["test-util"] }

Examples

Examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].