concurrent-programming topic

List concurrent-programming repositories

neva

1.0k
Stars
41
Forks
1.0k
Watchers

Write programs like message passing graphs and get parallelism for free. Statically typed and compiled to machine code!

Concurrent-Skip-list

18
Stars
0
Forks
Watchers

The concurrent skip list is a multithreaded implementation of the skip list data structure where the insert, delete, get and range operations can be performed together across multiple threads. The imp...

LockFreeSkipList

15
Stars
0
Forks
Watchers

A set implementation based on lockfree skiplist.

omnivore

15
Stars
2
Forks
Watchers

Interactive distributed SSH tool

sus4s

26
Stars
1
Forks
Watchers

A Direct-Style Scala Wrapper Around the Structured Concurrency of Project Loom

taskgroup

27
Stars
5
Forks
27
Watchers

golang并发执行多任务,并聚合多任务结果与状态