Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for concurrency concurrent
concurrency
x
concurrent
x
130 search results found
Concurrent Map
⭐
4,004
a thread-safe concurrent map for go
Golang Set
⭐
3,728
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
Ck
⭐
2,254
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,922
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
Arq
⭐
1,739
Fast job queuing and RPC in python with asyncio and redis.
Eventlet
⭐
1,224
Concurrent networking library for Python
Pykka
⭐
1,138
🌀 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
⭐
839
High performance, concurrent functional programming abstractions
Learnrxjava
⭐
726
A set of exercises to designed to teach developers Rx (Reactive Streams)
Promise Pool
⭐
671
Map-like, concurrent promise processing
Polyphony
⭐
646
Fine-grained concurrency for Ruby
Fasy
⭐
525
FP iterators that are both eager and asynchronous
Concurrent Trees
⭐
414
Concurrent Radix and Suffix Trees for Java
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
⭐
327
A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
Fibers
⭐
277
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.
Yaclib
⭐
224
Yet Another Concurrency Library
Goconcurrentqueue
⭐
221
Go concurrent-safe, goroutine-safe, thread-safe queue
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
Tascalate Concurrent
⭐
194
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
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)
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
Sorty
⭐
118
⚡ Fast Concurrent / Parallel Sorting in Go
Unagi Chan
⭐
114
A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
Mulle Concurrent
⭐
104
📶 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
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
Cppconcurrencyinaction
⭐
60
2015년 하반기에 진행하는 C++ Concurrency in Action 스터디 관련 자료입니다.
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
Co
⭐
42
A concurrent & concurrent data processing package for Golang
Hidefix
⭐
41
🐕 Concurrent HDF5 and NetCDF4 reader (experimental)
Concore
⭐
41
Core abstractions for dealing with concurrency in C++
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.
Concurrent.cr
⭐
38
Modern concurrency tools for Crystal
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
Flynn
⭐
33
Actor-model programming for Swift
Caustic
⭐
31
A transactional programming language.
Concurrent
⭐
31
Swift's concurrency programming library influenced by Go and Rust
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.
Blade
⭐
27
a remote SSH command-line runner based on YAML recipe files.
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
Concurrency Kata
⭐
20
Walkthrough the implementation of a basic chatroom, from crude locks to more abstract concurrency control
Learning Rust
⭐
20
Learning Rust, published by Packt
Go_concurrency_tutorial
⭐
19
Learn go concurrency by writing a small in-memory database (stores data in the golang native map)
Circular Buffer
⭐
17
A Lock Free Concurrent Circular Buffer
Dispatcher
⭐
15
Companion app to my article on concurrency
Concurrency
⭐
15
python concurrent io pattern
Concurrent Extra
⭐
15
Extra concurrency primitives
M Ruby Concurrently
⭐
15
A concurrency framework based on fibers for Ruby and mruby
Baguette
⭐
14
High-performance concurrency and parallelism in Rust.
Concurrent Wc
⭐
12
Testing language concurrency primitives with a file line counter
Simple Actors
⭐
12
A Haskell library providing an idiomatic implementation of the actor model of concurrency
Virtualmachine
⭐
12
Executes and schedules preemptible JavaScript coroutines. (HertzScript Generation 1 Coroutines) (Obsolete)
Parallelism And Concurrency Notes
⭐
11
My notes for Parallelism and Concurrency class
Peridot Concurrency
⭐
11
Concurrent spec runner for Peridot
Simultan
⭐
10
Simultaneously run an async function on any iterable with limited concurrency
Tink_concurrent
⭐
10
Makes concurrency a bit more pleasant.
Sypl
⭐
9
Simple Yet Powerful Logger
Congomap
⭐
8
concurrent go map
Co Process
⭐
8
Concurrent producer/consumer processing for co
Promise Pool
⭐
8
A flexible pool of promises that can be awaited and executed at a chosen level of concurrency
Qlimit
⭐
8
A Q promises library helper to restrict the concurrency of q promises
Stdthreadkit
⭐
7
C++ std::thread API for Swift.
Jaspr
⭐
7
Lisp for JSON
Booty
⭐
7
Utility mordern c++ components library in real development.
Concurrencey
⭐
7
ConcurrenCey is a concurrency framework for the Ceylon language
Vertices
⭐
7
Go Concurrency Examples In Detail
⭐
7
Golang Concurrency examples with explanations
Libstdgo
⭐
7
Standard libraries for Go
Pythonconcurrencytalk2016
⭐
7
Python concurrency and coroutines talk
Learning Concurrency In Python Video
⭐
7
Learning Concurrency in Python[Video], Published by Packt
Starling Tool
⭐
6
An automatic verifier for concurrent algorithms.
Concurrent Programming In Python
⭐
6
Tutorial on Concurrent Programming in Python
Turbine
⭐
6
High-performance alternative to channels with pipelining
Related Searches
Golang Concurrency (612)
Java Concurrency (499)
Golang Concurrent (498)
Thread Concurrency (384)
Javascript Concurrency (375)
Java Concurrent (342)
1-100 of 130 search results
Next >
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.