concurrent-programming topic

List concurrent-programming repositories

hatrack

78
Stars
8
Forks
Watchers

Fast, multi-reader, multi-writer, lockless data structures for parallel programming

dcard-spider

95
Stars
21
Forks
Watchers

A spider on Dcard. Strong and speedy.

zio-cache

84
Stars
35
Forks
Watchers

A ZIO native cache with a simple and compositional interface

Actors.jl

101
Stars
11
Forks
Watchers

Concurrent computing in Julia based on the Actor Model

tascalate-async-await

101
Stars
12
Forks
Watchers

Async / Await asynchronous programming model for Java versions 1.8 - 23; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).

Lazy

110
Stars
3
Forks
Watchers

Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.

TDP

87
Stars
4
Forks
Watchers

The Darkest Pipeline - Multithreaded pipelines for modern C++

asyncoro

51
Stars
13
Forks
Watchers

Python framework for asynchronous, concurrent, distributed, network programming with coroutines