All Projects → pool → Similar Projects or Alternatives

461 Open source projects that are alternatives of or similar to pool

skywalker
A package to allow one to concurrently go through a filesystem with ease
Stars: ✭ 87 (+248%)
Mutual labels:  concurrency
Go Concurrency Patterns
Concurrency patterns in Go
Stars: ✭ 724 (+2796%)
Mutual labels:  concurrency
cdn-up-and-running
CDN Up and Running - an introduction about how modern CDNs works
Stars: ✭ 131 (+424%)
Mutual labels:  load-balancer
Actix
Actor framework for Rust.
Stars: ✭ 6,764 (+26956%)
Mutual labels:  concurrency
django-concurrency-talk
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
Stars: ✭ 49 (+96%)
Mutual labels:  concurrency
Example.v2
An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).
Stars: ✭ 722 (+2788%)
Mutual labels:  concurrency
concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
Stars: ✭ 17 (-32%)
Mutual labels:  concurrency
Cr
Runs your tasks at maximum concurrency
Stars: ✭ 681 (+2624%)
Mutual labels:  concurrency
YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (+672%)
Mutual labels:  concurrency
Aiochan
CSP-style concurrency for Python
Stars: ✭ 116 (+364%)
Mutual labels:  concurrency
anabranch
A simple HTTP load balancer and reverse proxy written in Go.
Stars: ✭ 25 (+0%)
Mutual labels:  load-balancer
Continuable
C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)
Stars: ✭ 655 (+2520%)
Mutual labels:  concurrency
pen
The parallel, concurrent, and functional programming language for scalable software development
Stars: ✭ 394 (+1476%)
Mutual labels:  concurrency
Cortex M Rtic
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
Stars: ✭ 623 (+2392%)
Mutual labels:  concurrency
doks-example
Example DigitalOcean Kubernetes workload with service exposed through a DO load-balancer.
Stars: ✭ 150 (+500%)
Mutual labels:  load-balancer
Java Concurrency Progamming Tutorial
BAT华为大厂一线工程师四年磨一剑精心编排 Java 高并发编程案例代码 & 教程 & 面试题集锦。详细文档讲解请阅读本人的知识库仓:https://github.com/Wasabi1234/Java-Interview-Tutorial
Stars: ✭ 606 (+2324%)
Mutual labels:  concurrency
balance
Client side load balancing for Kubernetes clusters
Stars: ✭ 18 (-28%)
Mutual labels:  load-balancer
Ocaml Multicore
Multicore OCaml
Stars: ✭ 591 (+2264%)
Mutual labels:  concurrency
HAProxy-2-RPM-builder
Build latest HAProxy binary with prometheus metrics support
Stars: ✭ 28 (+12%)
Mutual labels:  load-balancer
Concurrent Programming
🌵《实战java高并发程序设计》源码整理
Stars: ✭ 562 (+2148%)
Mutual labels:  concurrency
batching-toposort
Efficiently sort interdependent tasks into a sequence of concurrently-executable batches
Stars: ✭ 21 (-16%)
Mutual labels:  concurrency
Streamly
Beautiful Streaming, Concurrent and Reactive Composition (Haskell)
Stars: ✭ 553 (+2112%)
Mutual labels:  concurrency
system-design-master-plan
🥇 Roadmap to becoming a system design and architecture master
Stars: ✭ 172 (+588%)
Mutual labels:  system-design
React Native Threads
Create new JS processes for CPU intensive work
Stars: ✭ 527 (+2008%)
Mutual labels:  concurrency
SoleilNotes
技术面试必备知识点:Android、Java、C、C++、Python、Flutter、Gradle、数据结构、计算机组成原理、计算机网络、操作系统、算法、数据结构、设计模式、密码学等等
Stars: ✭ 483 (+1832%)
Mutual labels:  system-design
Slacker
Slack Bot Framework
Stars: ✭ 495 (+1880%)
Mutual labels:  concurrency
context-propagation
Propagate snapshots of ThreadLocal values to another thread
Stars: ✭ 15 (-40%)
Mutual labels:  concurrency
Start
🔴 Functional task runner for Node.js
Stars: ✭ 478 (+1812%)
Mutual labels:  concurrency
archery
Abstract over the atomicity of reference-counting pointers in rust
Stars: ✭ 107 (+328%)
Mutual labels:  concurrency
Mpmcqueue
A bounded multi-producer multi-consumer concurrent queue written in C++11
Stars: ✭ 468 (+1772%)
Mutual labels:  concurrency
workerpoolxt
Concurrency limiting goroutine pool without upper limit on queue length. Extends github.com/gammazero/workerpool
Stars: ✭ 15 (-40%)
Mutual labels:  concurrency
Quasar
Fibers, Channels and Actors for the JVM
Stars: ✭ 4,349 (+17296%)
Mutual labels:  concurrency
p-ratelimit
Promise-based utility to make sure you don’t call rate-limited APIs too quickly.
Stars: ✭ 49 (+96%)
Mutual labels:  concurrency
Asks
Async requests-like httplib for python.
Stars: ✭ 429 (+1616%)
Mutual labels:  concurrency
magento-cluster
Highly Available and Auto-scalable Magento Cluster
Stars: ✭ 21 (-16%)
Mutual labels:  load-balancer
Throat
Throttle a collection of promise returning functions
Stars: ✭ 419 (+1576%)
Mutual labels:  concurrency
styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 250 (+900%)
Mutual labels:  load-balancer
Concurrency Logger
Log HTTP requests/responses separately, visualize their concurrency and report logs/errors in context of a request.
Stars: ✭ 400 (+1500%)
Mutual labels:  concurrency
savetheworldwithgo
Build systems with Go examples
Stars: ✭ 81 (+224%)
Mutual labels:  concurrency
Akka.net
Port of Akka actors for .NET
Stars: ✭ 4,024 (+15996%)
Mutual labels:  concurrency
Actors.jl
Concurrent computing in Julia based on the Actor Model
Stars: ✭ 95 (+280%)
Mutual labels:  concurrency
Sidekiq Throttled
Concurrency and threshold throttling for Sidekiq.
Stars: ✭ 359 (+1336%)
Mutual labels:  concurrency
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-16%)
Mutual labels:  concurrency
Crossbeam
Tools for concurrent programming in Rust
Stars: ✭ 4,180 (+16620%)
Mutual labels:  concurrency
go-left-right
A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right - A Concurrency Control Technique with Wait-Free Population Oblivious Reads>
Stars: ✭ 42 (+68%)
Mutual labels:  concurrency
Jruby
JRuby is an implementation of the Ruby language using the JVM.
Stars: ✭ 3,576 (+14204%)
Mutual labels:  concurrency
await-lock
Mutex locks for async functions
Stars: ✭ 66 (+164%)
Mutual labels:  concurrency
Machine
Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles
Stars: ✭ 346 (+1284%)
Mutual labels:  concurrency
reactor-workshop
Spring Reactor hands-on training (3 days)
Stars: ✭ 114 (+356%)
Mutual labels:  concurrency
Libconcurrent
©️ Concurrent Programming Library (Coroutine) for C11
Stars: ✭ 335 (+1240%)
Mutual labels:  concurrency
Gauntlet
🔖 Guides, Articles, Podcasts, Videos and Notes to Build Reliable Large-Scale Distributed Systems.
Stars: ✭ 336 (+1244%)
Mutual labels:  load-balancer
simpledbm
SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.
Stars: ✭ 51 (+104%)
Mutual labels:  concurrency
nuscr
A toolkit to manipulate Scribble-style multiparty protocols, based on classical multiparty session type theory.
Stars: ✭ 16 (-36%)
Mutual labels:  concurrency
aks-baseline-multi-region
This is the Azure Kubernetes Service (AKS) Baseline for Multi-Region Deployment reference implementation as produced by the Microsoft Azure Architecture Center.
Stars: ✭ 25 (+0%)
Mutual labels:  load-balancer
awaitchannel
Go-style concurrency and channels with Python 3.5 and asyncio
Stars: ✭ 21 (-16%)
Mutual labels:  concurrency
MultiHttp
This is a high performance , very useful multi-curl tool written in php. 一个超级好用的并发CURL工具!!!(httpful,restful, concurrency)
Stars: ✭ 79 (+216%)
Mutual labels:  concurrency
mux-stream
(De)multiplex asynchronous streams
Stars: ✭ 34 (+36%)
Mutual labels:  concurrency
sto
Software Transactional Objects
Stars: ✭ 40 (+60%)
Mutual labels:  concurrency
idle
Idle is an asynchronous and hot-reloadable C++ dynamic component framework
Stars: ✭ 169 (+576%)
Mutual labels:  concurrency
Unagi Chan
A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
Stars: ✭ 115 (+360%)
Mutual labels:  concurrency
301-360 of 461 similar projects