concurrency
There are 4936 repositories under concurrency topic.
go-concurrency-patterns
Concurrency patterns in Go
parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
bastion
Highly-available Distributed Fault-tolerant Runtime
go-concurrency-guide
Practical concurrency guide in Go, communication by channels, patterns
flume
A safe and fast multi-producer, multi-consumer channel.
hpx
The C++ Standard Library for Parallelism and Concurrency
concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
thread-pool
BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library
crawler
An easy to use, powerful crawler implemented in PHP. Can execute Javascript.
arq
Fast job queuing and RPC in python with asyncio and redis.
SwiftPamphletApp
戴铭的小册子,一本活的知识手册。使用 SwiftUI + SwiftData + Swift Concurrency Aysnc/Await Actor + GitHub API 开发的 macOS 应用
rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
facil.io
Your high performance web application C framework
GOFamily
🔥 《Go 程序员宝典》:go 基础语法,go 并发模式,go runtime 实现原理 ,企业级 go 语言项目经验。
exifcleaner
Cross-platform desktop GUI app to clean image metadata
go-web-framework-benchmark
:zap: Go web framework benchmark
rtic
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
left-right
A lock-free, read-optimized, concurrency primitive.
pond
🔘 Minimalistic and High-performance goroutine worker pool written in Go
awesome-lockfree
A collection of resources on wait-free and lock-free programming
chapel
a Productive Parallel Programming Language
BrightFutures
Write great asynchronous code in Swift using futures and promises
Zewo
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
dotNext
Next generation API for .NET
ferrumc
A reimplementation of the minecraft server in rust.
rill
Go toolkit for clean, composable, channel-based concurrency
kanal
The fast sync and async channel that Rust deserves
Java-Notes
:books: 计算机科学基础知识、Java开发、后端/服务端、面试相关 :books: computer-science/Java-development/backend/interview
pyper
Concurrent Python made simple
p-map
Map over promises concurrently
pekko
Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
yar
Light, concurrent RPC framework for PHP & C
CacheLib
Pluggable in-process caching engine to build and scale high performance services
workerpool
Concurrency limiting goroutine pool
ea-async
EA Async implements async-await methods in the JVM.
MPMCQueue
A bounded multi-producer multi-consumer concurrent queue written in C++11