Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for concurrency concurrent
concurrency
x
concurrent
x
335 search results found
Akka
⭐
12,824
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Crossbeam
⭐
6,492
Tools for concurrent programming in Rust
Concurrent Ruby
⭐
5,554
Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
Concurrent Map
⭐
3,944
a thread-safe concurrent map for go
Zio
⭐
3,903
ZIO — A type-safe, composable library for async and concurrent programming in Scala
Golang Set
⭐
3,587
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
Ck
⭐
2,163
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
Concurrencpp
⭐
1,794
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
Arq
⭐
1,725
Fast job queuing and RPC in python with asyncio and redis.
Yar
⭐
1,408
Light, concurrent RPC framework for PHP & C
Eventlet
⭐
1,206
Concurrent networking library for Python
Pykka
⭐
1,120
🌀 Pykka makes it easier to build concurrent applications.
Mpmcqueue
⭐
942
A bounded multi-producer multi-consumer concurrent queue written in C++11
Awesome Lockfree
⭐
896
A collection of resources on wait-free and lock-free programming
Streamly
⭐
832
High performance, concurrent functional programming abstractions
Java Concurrency
⭐
748
Checklist for code reviews
Learnrxjava
⭐
726
A set of exercises to designed to teach developers Rx (Reactive Streams)
Promise Pool
⭐
671
Map-like, concurrent promise processing
Polyphony
⭐
639
Fine-grained concurrency for Ruby
Hamsters.js
⭐
563
100% Vanilla Javascript Multithreading & Parallel Execution Library
Fasy
⭐
525
FP iterators that are both eager and asynchronous
Django Concurrency
⭐
417
Optimistic lock implementation for Django. Prevents users from doing concurrent editing.
Concurrent Trees
⭐
414
Concurrent Radix and Suffix Trees for Java
Cloe
⭐
404
Cloe programming language
Machine
⭐
357
Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles
Go Design Patterns
⭐
355
This is the code repository for the book, Go Design Patterns, published by Packt
Libconcurrent
⭐
340
©️ Concurrent Programming Library (Coroutine) for C11
Libfork
⭐
318
A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library.
Fibers
⭐
275
Concurrent ML-like concurrency for Guile
Concurrency Glossary
⭐
257
🦑 Informal definitions of terms used in concurrency modeling
Concurrency Patterns
⭐
248
Examples taken from Rob Pike's talk about concurrency patterns.
Util
⭐
247
A collection of useful utility functions
Goconcurrentqueue
⭐
221
Go concurrent-safe, goroutine-safe, thread-safe queue
R3bl Open Core
⭐
221
TUI framework, Redux store, non binary tree & graph data structures, proc macros, and more in Rust
Yaclib
⭐
220
Yet Another Concurrency Library
Threadly
⭐
216
A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute threaded work safely.
Gpars
⭐
213
The GPars concurrency and parallelism framework for the JVM
Concurrent
⭐
204
Functional Concurrency Primitives
Android Lite Go
⭐
192
LiteGo is a Java-based asynchronous concurrency library. It has a smart executor, which can be freely set the maximum number of concurrent at same time , and the number of threads in waiting queue. It can also set waiting policies and overload strategies.
Thread_safe
⭐
190
[DEPRECATED] Thread-safe collections for Ruby (merged with concurrent-ruby)
Tascalate Concurrent
⭐
189
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
Lispex
⭐
173
A dialect of Lisp extended to support concurrent programming, written in Go.
Concurrent
⭐
150
concurrency utilities
Threadutils
⭐
149
Cocoa Concurrency Things.
Chymyst Core
⭐
146
Declarative concurrency in Scala - The implementation of the chemical machine
Lever
⭐
119
Pillars for Transactional Systems and Data Grids
Sorty
⭐
118
⚡️ Fast Concurrent / Parallel Sorting in Go
Perennial
⭐
118
Verifying concurrent crash-safe systems
Erlperf
⭐
117
Erlang Benchmarking Suite. Simpler way to say "this code is faster".
Unagi Chan
⭐
114
A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
Go Concurrent Quiz
⭐
108
Go concurrency quizzes
Protopromise
⭐
108
Robust and efficient library for management of asynchronous operations in C#/.Net.
A Tour Of Go In Haskell
⭐
108
Write "Concurrency" section of "A Tour of Go" in Haskell
Mulle Concurrent
⭐
105
📶 A lock- and wait-free hashtable (and an array too)
Concurrentcollectionoperations
⭐
96
Map & filter using GCD for NSArray, NSDictionary, NSSet, etc.
Zio Cache
⭐
83
A ZIO native cache with a simple and compositional interface
Thmap
⭐
82
Concurrent trie-hash map library
Hunch
⭐
79
Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
Seven Concurrency Models In Seven Weeks
⭐
76
Repository for the example code of the book "Seven concurrency models in seven weeks".
Concurrencypaper
⭐
74
Concurrency Paper
Through2 Concurrent
⭐
73
Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)
Learning Concurrency In Python
⭐
71
Learning Concurrency in Python by Packt
Evenk
⭐
68
A C++ library for concurrent programming
Go Advance Concurrency
⭐
67
A collection of best practices and lessons learnt from applying concurrency in go.
Actors.jl
⭐
64
Concurrent computing in Julia based on the Actor Model
Waitmap
⭐
62
Gcl
⭐
60
A graph concurrent library for C++
Cppconcurrencyinaction
⭐
60
2015년 하반기에 진행하는 C++ Concurrency in Action 스터디 관련 자료입니다.
Freelancer
⭐
58
👔 An implementation of on-the-fly defined WebWorkers that are created inline using data URIs, rather than separate physical files — for the benefit of all humanity.
Ccia
⭐
48
📖 C++ Concurrency in Action - Practical Multithreading
Sim Universal Construction
⭐
47
An open-source framework for concurrent data-structures and benchmarks.
Vercors
⭐
47
The VerCors verification toolset for verifying parallel and concurrent software
Detox
⭐
45
distributed tox (tox plugin to run testenvs in parallel)
Co
⭐
42
A concurrent & concurrent data processing package for Golang
Par
⭐
42
Blacklight
⭐
42
a stack-based concatenative virtual machine for implementing highly concurrent languages
Concore
⭐
41
Core abstractions for dealing with concurrency in C++
Hidefix
⭐
41
🐕 Concurrent HDF5 and NetCDF4 reader (experimental)
Practice
⭐
40
Linked Blocking Multi Queue
⭐
39
A concurrent collection that extends the existing Java concurrent collection library, offering an optionally-bounded blocking "multi-queue" based on linked nodes.
Groupwork
⭐
38
Easy, concurrent, asynchronous tasks in Swift.
Concurrent.cr
⭐
38
Modern concurrency tools for Crystal
Node
⭐
37
Comprehensive framework to build network actors and distributed applications
Keechma Pipelines
⭐
35
Manager for async and concurrent code in ClojureScript.
Threads
⭐
34
Ruby Gem to unit-test a piece of code in multiple concurrent threads
Grimoire
⭐
32
A fast, concurrent based scripting language for D.
Cfconcurrent
⭐
32
A boilerplate-reduction library for using the Java Concurrency Framework in ColdFusion applications
Dots
⭐
32
Lightweight Concurrent Networking Framework
Caustic
⭐
31
A transactional programming language.
Concurrent
⭐
31
Swift's concurrency programming library influenced by Go and Rust
Flynn
⭐
31
Actor-model programming for Swift
Cloud Files
⭐
30
Threaded Python and CLI client library for AWS S3, Google Cloud Storage (GCS), in-memory, and the local filesystem.
Blade
⭐
27
a remote SSH command-line runner based on YAML recipe files.
Rusty_pool
⭐
27
Self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the result of a task and offers async support.
Each Promise
⭐
26
🌀 Asynchronous control flow library for now and then. ✨ Iterate over promises, promise-returning or async/await functions in series or parallel. Works on node 0.10 if you give it a Promise.
Treap
⭐
23
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
Zizou
⭐
22
In memory sharded cache implementation
Chess
⭐
22
A concurency testing tool
Elixir
⭐
21
Companion Repo for the course: Elixir & Phoenix for Beginners
Greensupergreen
⭐
21
Unified Concurrency: An Object oriented Approach to the synchronization! LockUC, SpinLockUC, TicketSpinLock, AsyncLockUC, AsyncSpinLockUC, AsyncTicketSpinLockUC and Concurrent Data Structures, awaitable PriorityQueue's.
Related Searches
Golang Concurrency (612)
Java Concurrency (499)
Golang Concurrent (498)
Thread Concurrency (384)
Javascript Concurrency (375)
Java Concurrent (342)
1-100 of 335 search results
Next >
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2023 Awesome Open Source. All rights reserved.