#concurrency (30 Repositories)
Ranked open-source repositories tagged with #concurrency, scored by pull request acceptance likelihood and maintainer engagement velocity.
63.1%
76.0h
30 repositories tagged #concurrency
pen-lang/pen
The parallel, concurrent, and functional programming language for scalable software development
Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP
A systematic modern C++ tutorial covering C++11-C++23, STL, concurrency, performance optimization, software engineering, embedded systems, networking, GUI, and real-world project practices.
ocaml-multicore/eio
Effects-based direct-style IO for multicore OCaml
apache/pekko
Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
neohaskell/NeoHaskell
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
nevalang/neva
Dataflow programming language where you write a program as a message-passing graph and everything runs in parallel by default. It has strong static types, compiles to machine code, interoperates with Go, and supports visual programming with a node editor. Extremely LLM-friendly too.
dotnet/orleans
Cloud Native application framework for .NET
Tantalor93/dnspyre
CLI tool for a high QPS DNS benchmark
akka/akka-core
A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
composewell/streamly
High performance, streaming and concurrent functional programming in Haskell
softwaremill/ox
Safe direct-style streaming, concurrency and resiliency for Scala on the JVM
actix/actix
Actor framework for Rust.
yewstack/yew
Rust / Wasm framework for creating reliable and efficient web applications
sxyazi/yazi
💥 Blazing fast terminal file manager written in Rust, based on async I/O.
barrucadu/dejafu
Systematic concurrency testing meets Haskell.
utwente-fmt/vercors
The VerCors verification toolset for verifying parallel and concurrent software
ash-project/reactor
Reactor is a dynamic, concurrent, dependency resolving saga orchestrator.
poolifier/poolifier
Fast and small Node.js worker_threads and cluster worker pool
aether-lang-dev/aether
An actor-based systems language that compiles to readable C. Native, no VM, no garbage collector.
judofyr/spice
Fine-grained parallelism with sub-nanosecond overhead in Zig
destel/rill
Go toolkit for clean, composable, channel-based concurrency
jfhbrook/pyee
A rough port of Node.js's EventEmitter to Python with a few tricks of its own
scala/scala-async
An asynchronous programming facility for Scala
zio/zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
slab/delta-elixir
Elixir implementation of Delta, the JSON format for describing rich-text content and their changes
ixti/sidekiq-throttled
Concurrency and rate-limit throttling for Sidekiq
facebook/CacheLib
Pluggable in-process caching engine to build and scale high performance services
Dicklesworthstone/asupersync
Async runtime for Rust where correctness is structural: region-owned tasks, cancel-correct protocols, capability-gated effects, and deterministic replay testing
ocaml-multicore/picos
Interoperable effects based concurrency
Thomvanoorschot/zigma
Zigma is an algorithmic trading framework built with the Zig programming language, leveraging an actor-based concurrency model. It aims to provide an efficient, low-latency system for algorithmic trading through components handling market data, strategy execution, order management, risk, and data persistence.