concurrent-programming topic

List concurrent-programming repositories

zio

4.0k
Stars
1.3k
Forks
Watchers

ZIO — A type-safe, composable library for async and concurrent programming in Scala

sobjectizer

462
Stars
45
Forks
Watchers

An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

concurrencpp

2.1k
Stars
192
Forks
Watchers

Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all

tascalate-concurrent

198
Stars
29
Forks
Watchers

Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s

chymyst-core

153
Stars
11
Forks
Watchers

Declarative concurrency in Scala - The implementation of the chemical machine

scalable-concurrent-containers

320
Stars
16
Forks
Watchers

High performance containers and utilities for concurrent and asynchronous programming

concurrent-map

4.2k
Stars
543
Forks
Watchers

a thread-safe concurrent map for go

taskflow

9.7k
Stars
1.1k
Forks
Watchers

A General-purpose Parallel and Heterogeneous Task Programming System

Concuerror

329
Stars
42
Forks
Watchers

Concuerror is a stateless model checking tool for Erlang programs.

awesome-lockfree

1.7k
Stars
163
Forks
Watchers

A collection of resources on wait-free and lock-free programming