There are 28 repositories under concurrent-programming topic.
👨🎓 Java Core Sprout : basic, concurrent, algorithm
Java并发知识点总结
a thread-safe concurrent map for go
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
A collection of resources on wait-free and lock-free programming
大厂一线工程师四年磨一剑精心编排 Java 高并发编程教程。详细文档讲解请阅读本人的知识库仓:https://github.com/Wasabi1234/Java-Interview-Tutorial
🎏 Simple showcases of java concurrency problems, seeing 🙈 is believing 🐵
Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven
100% Vanilla Javascript Multithreading & Parallel Execution Library
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.
现代C++并发编程教程
taskflow是一款轻量、简单易用、可灵活扩展的通用任务编排框架,基于有向无环图(DAG)的方式实现,框架提供了组件复用、同步/异步编排、条件判断、分支选择等能力,可以根据不同的业务场景对任意的业务流程进行编排
A foundational and practical guide for effectively learning and progressively building a blockchain from scratch in Go with gRPC
A collection of high-performance containers and utilities providing both asynchronous and synchronous interfaces
Concuerror is a stateless model checking tool for Erlang programs.
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
A lightweight library for writing concurrent programs in Go using the Actor model.
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
This is a frameworks with reactive, event sourcing and Actor pattern as basic theories. On top of this, developers can create "distributed", "scale out", and "easy to test" application more simply. Claptrap and it`s Minions is on the way.
TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
C/C++/Java/Python 基础知识总结
A in-process MapReduce library to help you optimizing service response time or concurrent task processing.
Declarative concurrency in Scala - The implementation of the chemical machine
Cocoa Concurrency Things.
"Grokking Concurrency" book code examples
A memory safe focus C framework, RAII, I/O, coroutine and other concurrency primitives.