129 skills found · Page 1 of 5
ruby-concurrency / Concurrent RubyModern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
lotusirous / Go Concurrency PatternsConcurrency patterns in Go
luk4z7 / Go Concurrency GuidePractical concurrency guide in Go, communication by channels, patterns
loong / Go Concurrency ExercisesHands on exercises with real-life examples to study and practice Go concurrency patterns. Test-cases are provided to verify your answers.
LeonardoZ / Java Concurrency PatternsConcurrency Patterns and features found in Java, through multithreaded programming. Threads, Locks, Atomics and more.
InterviewReady / Low Level DesignLow Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and testable.
Fadezed / ConcurrencyJava 并发编程知识梳理以及常见处理模式 features and patterns
gobridge / Concurrency PatternsExamples taken from Rob Pike's talk about concurrency patterns.
joaquinbejar / OrderBook RsA high-performance, thread-safe limit order book implementation written in Rust. This project provides a comprehensive order matching engine designed for low-latency trading systems, with a focus on concurrent access patterns and lock-free data structures.
duomark / EpocxyErlang Patterns of Concurrency
zhangyunhao116 / Skipsetskipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
rspivak / CsdesignSmall Python examples of socket server concurrency patterns: fork, select, and more.
zhangyunhao116 / Skipmapskipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.
GJXAIOU / NotesIncluding JVM, Java concurrency, Spring framework, Data structure and Algorithm, Computer network, Design pattern, Python, C++, Linux, Mysql, Redis,MATLAB, Git and other tools, etc.
kevinniechen / Go Concurrency PatternsGo concurrency patterns from Rob Pike's 2012 Google I/O talk
Rustam-Z / Senior Python EngineerAdvanced Python for Senior Software Engineers • Design Patterns • S.O.L.I.D • OOP • Concurrency • Python Libraries • System Design
erictaylor / YarrA React router library enabling the render-as-you-fetch concurrent UI pattern.
svenssonjoel / LispBMAn interpreter for a concurrent lisp with message-passing and pattern-matching.
Devinterview-io / Concurrency Interview Questions🟣 Concurrency interview questions and answers to help you prepare for your next software architecture and design patterns interview in 2026.
deniskyashif / Trydotnet ChannelsInteractive examples of common C# concurrency patterns using channels.