All Projects → linked-blocking-multi-queue → Similar Projects or Alternatives

855 Open source projects that are alternatives of or similar to linked-blocking-multi-queue

Java Concurrency Examples
Java Concurrency/Multithreading Tutorial with Examples for Dummies
Stars: ✭ 173 (+321.95%)
Mutual labels:  synchronization, concurrency
psched
Priority-based Task Scheduling for Modern C++
Stars: ✭ 59 (+43.9%)
Mutual labels:  queue, concurrency
Spscqueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
Stars: ✭ 307 (+648.78%)
Mutual labels:  queue, concurrency
Unagi Chan
A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
Stars: ✭ 115 (+180.49%)
Mutual labels:  queue, concurrency
Goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
Stars: ✭ 127 (+209.76%)
Mutual labels:  queue, concurrency
async
Synchronization and asynchronous computation package for Go
Stars: ✭ 104 (+153.66%)
Mutual labels:  synchronization, concurrency
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+368.29%)
Mutual labels:  data-structure, queue
think-async
🌿 Exploring cooperative concurrency primitives in Python
Stars: ✭ 178 (+334.15%)
Mutual labels:  queue, concurrency
easy-promise-queue
An easy JavaScript Promise queue which is automatically executed, concurrency controlled and suspendable.
Stars: ✭ 31 (-24.39%)
Mutual labels:  queue, concurrency
Arq
Fast job queuing and RPC in python with asyncio and redis.
Stars: ✭ 695 (+1595.12%)
Mutual labels:  queue, concurrency
Mpmcqueue
A bounded multi-producer multi-consumer concurrent queue written in C++11
Stars: ✭ 468 (+1041.46%)
Mutual labels:  queue, concurrency
syncs
Concurrency and synchronization primitives
Stars: ✭ 81 (+97.56%)
Mutual labels:  synchronization, concurrency
beems
a bee-queue based minimalist toolkit for building fast, decentralized, scalable and fault tolerant microservices
Stars: ✭ 33 (-19.51%)
Mutual labels:  queue, concurrency
Linux-Kernel-Driver-Programming
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
Stars: ✭ 43 (+4.88%)
Mutual labels:  synchronization, concurrency
elixir-queue
Queue data structure for Elixir-lang
Stars: ✭ 18 (-56.1%)
Mutual labels:  data-structure, queue
TAOMP
《多处理器编程的艺术》一书中的示例代码实现,带有注释与单元测试
Stars: ✭ 39 (-4.88%)
Mutual labels:  synchronization, concurrency
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+334.15%)
Mutual labels:  data-structure, queue
queueable
Convert streams to async ⌛ iterables ➰
Stars: ✭ 43 (+4.88%)
Mutual labels:  queue, concurrency
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (+109.76%)
Mutual labels:  data-structure, queue
Crossbeam
Tools for concurrent programming in Rust
Stars: ✭ 4,180 (+10095.12%)
Mutual labels:  synchronization, concurrency
Concurrent
Functional Concurrency Primitives
Stars: ✭ 206 (+402.44%)
Mutual labels:  synchronization, concurrency
fs
[READ-ONLY] Enterprise queue solutions for PHP. Filesystem transport.
Stars: ✭ 32 (-21.95%)
Mutual labels:  queue
p-ratelimit
Promise-based utility to make sure you don’t call rate-limited APIs too quickly.
Stars: ✭ 49 (+19.51%)
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 (+2.44%)
Mutual labels:  concurrency
reactor-workshop
Spring Reactor hands-on training (3 days)
Stars: ✭ 114 (+178.05%)
Mutual labels:  concurrency
batching-toposort
Efficiently sort interdependent tasks into a sequence of concurrently-executable batches
Stars: ✭ 21 (-48.78%)
Mutual labels:  concurrency
go-time-series
Time series implementation in Go
Stars: ✭ 27 (-34.15%)
Mutual labels:  data-structure
CP
Competitive Coding
Stars: ✭ 25 (-39.02%)
Mutual labels:  data-structure
youtube-dl-nas
youtube download queue websocket server with login for private NAS.
Stars: ✭ 136 (+231.71%)
Mutual labels:  queue
haskell-simple-concurrency
Small examples of concurrency in Haskell.
Stars: ✭ 75 (+82.93%)
Mutual labels:  concurrency
user-session-synchronizer
Wordpress plugin that allows to keep the user logged in from one installation to another by synchronizing user data and cookie session based on a verified email
Stars: ✭ 21 (-48.78%)
Mutual labels:  synchronization
ctl
My variant of the C Template Library
Stars: ✭ 105 (+156.1%)
Mutual labels:  queue
workerpool
A workerpool that can get expanded & shrink dynamically.
Stars: ✭ 55 (+34.15%)
Mutual labels:  concurrency
java-red
Effective Concurrency Modules for Java
Stars: ✭ 25 (-39.02%)
Mutual labels:  concurrency
pipeline
Pipelines using goroutines
Stars: ✭ 46 (+12.2%)
Mutual labels:  concurrency
jobs
RoadRunner: Background PHP workers, Queue brokers
Stars: ✭ 59 (+43.9%)
Mutual labels:  queue
workq
A super tiny work queue
Stars: ✭ 38 (-7.32%)
Mutual labels:  queue
synctoolbox
Sync Toolbox - Python package with reference implementations for efficient, robust, and accurate music synchronization based on dynamic time warping (DTW)
Stars: ✭ 69 (+68.29%)
Mutual labels:  synchronization
ios
EteSync - Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks.
Stars: ✭ 40 (-2.44%)
Mutual labels:  synchronization
HJSynchronizeDemo
No description or website provided.
Stars: ✭ 14 (-65.85%)
Mutual labels:  synchronization
trie
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
Stars: ✭ 84 (+104.88%)
Mutual labels:  data-structure
jsynchronous
Jsynchronous.js - Data synchronization for games and real-time web apps.
Stars: ✭ 111 (+170.73%)
Mutual labels:  synchronization
simpledbm
SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.
Stars: ✭ 51 (+24.39%)
Mutual labels:  concurrency
actors
Actor Model library for Dart.
Stars: ✭ 40 (-2.44%)
Mutual labels:  concurrency
js-data-structures
🌿 Data structures for JavaScript
Stars: ✭ 56 (+36.59%)
Mutual labels:  data-structure
PyRSMQ
Python Implementation of Redis Simple Message Queue Algorithm
Stars: ✭ 35 (-14.63%)
Mutual labels:  queue
event pool
a header-only event-driven library based on c++11.
Stars: ✭ 27 (-34.15%)
Mutual labels:  concurrency
fortran-octree
A Fortran octree implementation
Stars: ✭ 17 (-58.54%)
Mutual labels:  data-structure
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-43.9%)
Mutual labels:  data-structure
nested scheduler
Shard for creating separate groups of fibers in a hierarchical way and to collect results and errors in a structured way.
Stars: ✭ 20 (-51.22%)
Mutual labels:  concurrency
legacy-bottlerockets
Node.js high availability queue and scheduler for background job processing
Stars: ✭ 25 (-39.02%)
Mutual labels:  queue
qless-php
PHP Bindings for qless
Stars: ✭ 25 (-39.02%)
Mutual labels:  queue
Arduino-Queue.h
Generic C++ circular queue for Arduino embedded projects.
Stars: ✭ 59 (+43.9%)
Mutual labels:  queue
concurrent-ll
concurrent linked list implementation
Stars: ✭ 66 (+60.98%)
Mutual labels:  concurrency
threads
Fork threads and wait for their result
Stars: ✭ 28 (-31.71%)
Mutual labels:  concurrency
nest-queue
Queue manager for NestJS Framework for Redis (via bull package)
Stars: ✭ 69 (+68.29%)
Mutual labels:  queue
TabSync
A lightweight synchronizer between Android's Tabs and Lists. Available on the View system and Jetpack Compose.
Stars: ✭ 98 (+139.02%)
Mutual labels:  synchronization
gr-eventstream
gr-eventstream is a set of GNU Radio blocks for creating precisely timed events and either inserting them into, or extracting them from normal data-streams precisely. It allows for the definition of high speed time-synchronous c++ burst event handlers, as well as bridging to standard GNU Radio Async PDU messages with precise timing easily.
Stars: ✭ 38 (-7.32%)
Mutual labels:  synchronization
yii2-queue-monitor
Yii2 Queue Analytics Module
Stars: ✭ 99 (+141.46%)
Mutual labels:  queue
owl
A high-performance, Redis-backed job queueing library originally built for Quirrel. Has an in-memory mode for development use cases.
Stars: ✭ 83 (+102.44%)
Mutual labels:  queue
1-60 of 855 similar projects