Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Concurrency

Concurrency

568 projects

Showing 36 of 568 projects

Go Code Review Comments
Go Code Review CommentsGo

An open-source programming language for building simple, reliable, and efficient software.

#systems-programming#programming-language#backend-development
Stars135.3k
Forks19.1k
Last commit9 hours ago
Go Projects
Go ProjectsGo

An open-source programming language for building simple, reliable, and efficient software.

#systems-programming#programming-language#backend-development
Stars135.3k
Forks19.1k
Last commit9 hours ago
Rust Style Guide
Rust Style GuideRust

A systems programming language focused on safety, speed, and concurrency, empowering everyone to build reliable and efficient software.

#systems-programming#compiler#type-system
Stars114.8k
Forks15.2k
Last commit5 hours ago
guava
guavaJava

A comprehensive set of core Java libraries from Google providing new collection types, immutable collections, and utilities for concurrency, I/O, hashing, and more.

#io-utilities#hashing#java libraries
Stars51.5k
Forks11.1k
Last commit2 days ago
Guava: Google Core Libraries for Java
Guava: Google Core Libraries for JavaJava

A comprehensive set of core Java libraries from Google providing new collection types, immutable collections, and utilities for concurrency, I/O, hashing, and more.

#io-utilities#hashing#java libraries
Stars51.5k
Forks11.1k
Last commit2 days ago
RxJava
RxJavaJava

A JVM library for composing asynchronous and event-based programs using observable sequences.

#stream-processing#event-driven#functional-programming
Stars48.2k
Forks7.6k
Last commit5 hours ago
GitHub Issues
GitHub IssuesJava

A Java VM library for composing asynchronous and event-based programs using observable sequences.

#event-driven#functional-programming#observable-sequences
Stars48.2k
Forks7.6k
Last commit5 hours ago
C++ Core Guidelines
C++ Core GuidelinesCSS

A collaborative set of guidelines, rules, and best practices for writing modern, safe, and effective C++ code.

#software-architecture#memory-safety#coding-guidelines
Stars45.2k
Forks5.5k
Last commit1 month ago
C++ Core Guidelines
C++ Core GuidelinesCSS

A collaborative set of guidelines, rules, and best practices for writing modern, safe, and effective C++ code.

#software-architecture#memory-safety#coding-guidelines
Stars45.2k
Forks5.5k
Last commit1 month ago
Alamofire
AlamofireSwift

An elegant HTTP networking library for Swift, providing a comprehensive suite of tools for making network requests.

#request#ios#urlrequest
Stars42.4k
Forks7.7k
Last commit3 days ago
yazi
yaziRust

A blazing fast terminal file manager written in Rust with full async I/O and extensive customization.

#image-preview#asyncio#plugin-system
Stars40.7k
Forks950
Last commit1 day ago
Yew
YewRust

A modern Rust framework for building multi-threaded, front-end web applications with WebAssembly.

#webassembly#emscripten#component-based
Stars32.7k
Forks1.5k
Last commit1 day ago
tokio
tokioRust

A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language.

#event-driven#asynchronous#io
Stars32.6k
Forks3.2k
Last commit1 day ago
Folly
FollyC++

A C++20 library from Facebook focused on performance and practicality, complementing std and Boost with components used at scale.

#systems-programming#library#c-plus-plus-20
Stars30.5k
Forks5.9k
Last commit8 hours ago
go-patterns
go-patternsGo

A curated collection of idiomatic design patterns, recipes, and idioms for the Go programming language.

#patterns#software-architecture#idiomatic-go
Stars28.1k
Forks2.3k
Last commit2 years ago
Elixir Github Repository
Elixir Github RepositoryElixir

A dynamic, functional programming language for building scalable and maintainable applications.

#programming-language#functional-programming#metaprogramming
Stars26.6k
Forks3.6k
Last commit17 hours ago
colly
collyGo

A fast and elegant scraping and crawling framework for Go, designed for extracting structured data from websites.

#spider#crawler#scraper
Stars25.4k
Forks1.9k
Last commit1 month ago
lo
loGo

A Lodash-style Go utility library based on Go 1.18+ generics for working with slices, maps, channels, and functions.

#functional-programming#filterable#typesafe
Stars21.4k
Forks946
Last commit19 hours ago
AVA
AVAJavaScript

A minimal, fast, and concurrent test runner for Node.js with a concise API and detailed error output.

#javascript-testing#developer-tools#test-runner
Stars20.8k
Forks1.5k
Last commit1 month ago
Recipes
RecipesJavaScript

A minimal, fast, and concurrent test runner for Node.js with a concise API and detailed error output.

#javascript-testing#typescript-support#developer-tools
Stars20.8k
Forks1.5k
Last commit1 month ago
AVA
AVAJavaScript

A Node.js test runner with a concise API, detailed error output, and thread isolation for confident development.

#javascript-testing#developer-tools#test-runner
Stars20.8k
Forks1.5k
Last commit1 month ago
Swoole
SwooleC++

A high-performance, event-driven, coroutine-based concurrency library for PHP that enables asynchronous programming.

#event-driven#websocket-server#http-server
Stars18.9k
Forks3.1k
Last commit2 days ago
Disruptor
DisruptorJava

High Performance Inter-Thread Messaging Library

#java#concurrency#disruptor
Stars18.4k
Forks4.0k
Last commit1 year ago
Back-End Developer Interview Questions
Back-End Developer Interview Questions

A comprehensive collection of open-ended interview questions for vetting back-end developers, covering design patterns, databases, concurrency, and more.

#career-development#distributed-systems#back-end-development
Stars16.8k
Forks2.0k
Last commit1 year ago
Modern Java - A Guide to Java 8
Modern Java - A Guide to Java 8Java

A comprehensive tutorial covering Java 8's new language features and API changes with practical code examples.

#code-examples#functional-programming#streams-api
Stars16.7k
Forks4.0k
Last commit2 years ago
Bull
BullJavaScript

A fast, reliable Redis-based job and message queue for Node.js, designed for distributed processing with rock-solid stability.

#message#redis#message-queue
Stars16.2k
Forks1.4k
Last commit3 days ago
effect-ts
effect-tsTypeScript

A TypeScript framework providing a functional effect system for building robust, production-ready applications.

#platform#functional-programming#observability
Stars15.0k
Forks628
Last commit10 hours ago
Java
JavaJava

A toolkit for building reactive applications on the JVM with support for HTTP, TCP, and file system operations.

#event-driven#http-server#high-performance
Stars14.7k
Forks2.1k
Last commit1 day ago
ants
antsGo

A high-performance goroutine pool for Go that manages and recycles massive numbers of goroutines with fixed capacity.

#high-performance#memory-management#goroutine-pool
Stars14.5k
Forks1.4k
Last commit20 days ago
Akka Streams
Akka StreamsScala

A platform for building highly responsive, resilient, and scalable distributed systems using the actor model.

#stream-processing#distributed-actors#akka
Stars13.3k
Forks3.5k
Last commit11 days ago
Rayon
RayonRust

A lightweight data-parallelism library for Rust that makes it easy to convert sequential computations into parallel ones.

#no-data-races#parallel-computing#webassembly
Stars13.2k
Forks600
Last commit8 days ago
concurrentqueue
concurrentqueueC++

A fast, industrial-strength, lock-free concurrent queue for C++11 supporting multi-producer and multi-consumer patterns.

#parallel-computing#c-plus-plus-11#high-performance
Stars12.4k
Forks1.9k
Last commit12 days ago
Erlang/OTP
Erlang/OTPErlang

A programming language and runtime system for building massively scalable soft real-time systems with high availability requirements.

#programming-language#high-availability#distributed-systems
Stars12.3k
Forks3.1k
Last commit18 hours ago
ZeroMQ
ZeroMQC++

A lightweight messaging kernel library that extends socket interfaces with asynchronous message queues and multiple messaging patterns.

#message-queue#messaging-library#distributed-systems
Stars10.9k
Forks2.5k
Last commit3 days ago
Orleans
OrleansC#

A cross-platform framework for building robust, scalable distributed applications in .NET using the virtual actor model.

#orleans#distributed-actors#stateful-services
Stars10.8k
Forks2.1k
Last commit1 day ago
gunicorn
gunicornPython

A Python WSGI HTTP Server for UNIX, designed for fast clients and sleepy applications.

#http-server#pre-fork#unix
Stars10.6k
Forks1.9k
Last commit22 days ago
Page 1 of 16Next

Related Tags

#Go141#Golang112#Go Library73#Performance70#Functional Programming70#Distributed Systems69#Async56#Swift56#Elixir50#Ios48#Macos46#Parallel Computing41
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub