concurrent-programming
There are 1521 repositories under concurrent-programming topic.
crossoverJie/JCSprout
👨🎓 Java Core Sprout : basic, concurrent, algorithm
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
yedf2/handy
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
CL0610/Java-concurrency
Java并发知识点总结
orcaman/concurrent-map
a thread-safe concurrent map for go
zio/zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
xacrimon/dashmap
Blazing fast concurrent HashMap for Rust.
David-Haim/concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
Java-Edge/Java-Concurrency-Progamming-Tutorial
大厂一线工程师四年磨一剑精心编排 Java 高并发编程教程。详细文档讲解请阅读本人的知识库仓:https://github.com/Wasabi1234/Java-Interview-Tutorial
oldratlee/fucking-java-concurrency
🎏 Simple showcases of java concurrency problems, seeing 🙈 is believing 🐵
bennidi/mbassador
Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven
austinksmith/Hamsters.js
100% Vanilla Javascript Multithreading & Parallel Execution Library
Stiffstream/sobjectizer
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.
Hopac/Hopac
http://hopac.github.io/Hopac/Hopac.html
ytyht226/taskflow
taskflow是一款轻量、简单易用、可灵活扩展的通用任务编排框架,基于有向无环图(DAG)的方式实现,框架提供了组件复用、同步/异步编排、条件判断、分支选择等能力,可以根据不同的业务场景对任意的业务流程进行编排
volodymyrprokopyuk/go-blockchain
A foundational and practical guide for effectively learning and progressively building a blockchain from scratch in Go with gRPC
wvwwvwwv/scalable-concurrent-containers
A collection of high-performance containers and utilities providing both asynchronous and synchronous interfaces
parapluu/Concuerror
Concuerror is a stateless model checking tool for Erlang programs.
alexandregama/golang-tutorials
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
Tochemey/goakt
[Go] Distributed Actor framework using protocol buffers as message for Golang
vladopajic/go-actor
A lightweight library for writing concurrent programs in Go using the Actor model.
vsilaev/tascalate-concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
newbe36524/Newbe.Claptrap
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.
aikar/TaskChain
TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
jinbooooom/programming-summary
C/C++/Java/Python 基础知识总结
kevwan/mapreduce
A in-process MapReduce library to help you optimizing service response time or concurrent task processing.
BowenFu/hspp
hspp: An experimental library to bring Haskell Style Programming to C++.
Chymyst/chymyst-core
Declarative concurrency in Scala - The implementation of the chemical machine
savi-lang/savi
A fast language for programmers who are passionate about their craft.
gfngfn/Sesterl
An ML-like statically-typed Erlang
itod/threadutils
Cocoa Concurrency Things.
vmlens/vmlens
Deterministic Unit Tests for Multi-Threaded Java
zelang-dev/c-asio
A memory safe focus C framework, RAII, I/O, coroutine and other concurrency primitives.
luminousmen/grokking_concurrency
"Grokking Concurrency" book code examples