concurrency-patterns
There are 87 repositories under concurrency-patterns topic.
shgopher/GOFamily
🔥 《Go 程序员宝典》:go 基础语法,go 并发模式,go runtime 实现原理 ,企业级 go 语言项目经验。
sysprog21/concurrent-programs
Complementary Concurrency Programs for course "Linux Kernel Internals"
eleev/swift-design-patterns
🚀 The ultimate collection of Software Design Patterns & Principles with examples [38/79 Patterns].
ismanf/golang-design-patterns
Implementation of design patterns in Golang
golang-basics/concurrency
Concurrency in Go video course with in depth explanations & examples
kevinniechen/go-concurrency-patterns
Go concurrency patterns from Rob Pike's 2012 Google I/O talk
uraimo/Swift-Playgrounds
Collection of Swift playgrounds used in my posts: From functional aspects of Swift to C interoperability.
iamuditg/go-concurrency-patterns
This repository aims to provide developers with a deep understanding of concurrent programming in Go and offers practical solutions to common challenges in building highly concurrent systems
devnw/stream
stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library
butuzov/harmony
Go's concurrency patterns as generic library to use.
mkrebser/ConcurrentSortedDictionary
ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree
drgrib/Go_Concurrency_Patterns_2012
Ordered, complete, and sometimes enhanced versions of code from Rob Pike's 2012 talk
xmkg/concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
lbarasti/concur
A collection of concurrency utilities for Crystal, leveraging Fibers and channels.
MaksimDzhangirov/go-patterns
Creational, Structural, Behavioral, Concurrency Patterns in Golang
xdanielsb/patterns
Good practices to create code in Java, open to other languages. :zap:
osama-afifi/Concurrency-Patterns
Concurrency Patterns Implemented in Python
sisyphsu/retree-java
retree is regular-expression-tree, which supports quickly and concurrently matching of lots of regex patterns.
akiradeveloper/csplib
Implementation of CSP for concurrent programming.
GoLangsam/pipe
A pipers bag - generic functions to gain concurrency - batteries included :-)
lthibault/turbine
High-performance alternative to channels with pipelining
oguzhantasimaz/Go-Concurrency-Examples-In-Detail
Golang Concurrency examples with explanations
h-dav/itertools
Golang iteration stuff (Archived due to introduction of iterators in Go 1.23)
kienmarkdo/Taxi-Geolocation-Clustering-DBSCAN
A multi-paradigm data clustering application that implements the MapReduce DBSCAN algorithm to cluster the GPS starting locations of 200,000 taxi trip records to identify the best waiting areas for a taxi company’s vehicles.
codepumpkin/DesignPatterns
Code repository for all the articles on design patterns at codepumpkin.com
rasulhsn/APM-APP
Asynchronous Programming Pattern Example Simulated In .NET
tembleking/cchan
A C++17 header-based library that implements Go-like channels.
thhuang/GoConcurrencyForEveryone
Introduction of go concurrency for everyone from any background!
palashmon/learn-generators
Learning about ES6 Generators: Complete Series
sanchesrfl/golang-concurrency-patterns
Concurrency Patterns Golang Implementation
sidmishraw/mustash-stm-v2
Quarantined Software Transactional Memory (QSTM)
jfernancordova/subscription-service
A subscription service made by Go.
pabloos/GoPipelines
An approach of Golang's Pipelines
Pilipets/ConcurrencyProblems
Concurrent data structures and solutions to common concurrency problems using C++.