concurrent-programming
There are 1372 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
Hopac/Hopac
http://hopac.github.io/Hopac/Hopac.html
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.
ytyht226/taskflow
taskflow是一款轻量、简单易用、可灵活扩展的通用任务编排框架,基于有向无环图(DAG)的方式实现,框架提供了组件复用、同步/异步编排、条件判断、分支选择等能力,可以根据不同的业务场景对任意的业务流程进行编排
wvwwvwwv/scalable-concurrent-containers
High performance containers and utilities for concurrent and asynchronous programming
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
volodymyrprokopyuk/go-blockchain
The foundational and practical guide for effectively learning and progressively building a blockchain from scratch in Go with gRPC
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.
vsilaev/tascalate-concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
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 基础知识总结
Tochemey/goakt
[Go] Fast and Distributed Actor framework using protocol buffers as message for Golang
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++.
vladopajic/go-actor
A lightweight library for writing concurrent programs in Go using the Actor model.
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.
tirimatangi/Lazy
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
JuliaActors/Actors.jl
Concurrent computing in Julia based on the Actor Model
vsilaev/tascalate-async-await
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).