All Projects → Libconcurrent → Similar Projects or Alternatives

486 Open source projects that are alternatives of or similar to Libconcurrent

YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (-42.39%)
Mutual labels:  concurrency, concurrent, coroutine
Zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
Stars: ✭ 3,167 (+845.37%)
Mutual labels:  concurrency, concurrent
Concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
Stars: ✭ 340 (+1.49%)
Mutual labels:  concurrency, coroutine
Tascalate Concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
Stars: ✭ 144 (-57.01%)
Mutual labels:  concurrency, concurrent
Arq
Fast job queuing and RPC in python with asyncio and redis.
Stars: ✭ 695 (+107.46%)
Mutual labels:  concurrency, concurrent
practice
Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html
Stars: ✭ 39 (-88.36%)
Mutual labels:  concurrency, concurrent
concurrency-kit
🚄 Concurrency abstractions framework for Apple Platforms [Task, Atomic, Lock, Operation, etc.].
Stars: ✭ 17 (-94.93%)
Mutual labels:  concurrency, concurrent
ProtoPromise
Robust and efficient library for management of asynchronous operations in C#/.Net.
Stars: ✭ 20 (-94.03%)
Mutual labels:  concurrency, coroutine
Hamsters.js
100% Vanilla Javascript Multithreading & Parallel Execution Library
Stars: ✭ 517 (+54.33%)
Mutual labels:  concurrency, concurrent
Concurrent
concurrency utilities
Stars: ✭ 186 (-44.48%)
Mutual labels:  concurrency, concurrent
Freelancer
👔 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.
Stars: ✭ 57 (-82.99%)
Mutual labels:  concurrency, concurrent
Util
A collection of useful utility functions
Stars: ✭ 201 (-40%)
Mutual labels:  concurrency, concurrent
Python3 Concurrency Pics 02
爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载
Stars: ✭ 275 (-17.91%)
Mutual labels:  concurrency, coroutine
Hunch
Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
Stars: ✭ 94 (-71.94%)
Mutual labels:  concurrency, concurrent
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (-92.84%)
Mutual labels:  concurrency, concurrent
Goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
Stars: ✭ 127 (-62.09%)
Mutual labels:  concurrency, concurrent
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (-85.37%)
Mutual labels:  concurrency, coroutine
treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
Stars: ✭ 23 (-93.13%)
Mutual labels:  concurrency, concurrent
Badtouch
Scriptable network authentication cracker
Stars: ✭ 262 (-21.79%)
Mutual labels:  concurrency
Study
手把手教你写PHP协程扩展(teach you to write php coroutine extension by hand)
Stars: ✭ 285 (-14.93%)
Mutual labels:  coroutine
Promise Pool
Map-like, concurrent promise processing
Stars: ✭ 258 (-22.99%)
Mutual labels:  concurrency
Cone
Cone Programming Language
Stars: ✭ 257 (-23.28%)
Mutual labels:  concurrency
Exifcleaner
Cross-platform desktop GUI app to clean image metadata
Stars: ✭ 305 (-8.96%)
Mutual labels:  concurrency
Co2
A C++ await/yield emulation library for stackless coroutine
Stars: ✭ 278 (-17.01%)
Mutual labels:  concurrency
pool
Simple worker pool example 🏊‍♂️
Stars: ✭ 25 (-92.54%)
Mutual labels:  concurrency
gotp
(Experimental) Actors and an OTP clone, implemented in Go
Stars: ✭ 21 (-93.73%)
Mutual labels:  concurrency
Genawaiter
Stackless generators on stable Rust.
Stars: ✭ 263 (-21.49%)
Mutual labels:  coroutine
Tofu
Functional programming toolbox
Stars: ✭ 281 (-16.12%)
Mutual labels:  concurrent
S task
awaitable coroutine library for C
Stars: ✭ 317 (-5.37%)
Mutual labels:  coroutine
common
常用的模式、方法、算法。Common patterns and methods.
Stars: ✭ 59 (-82.39%)
Mutual labels:  concurrent
myconcurrent
Java并发的系统性学习
Stars: ✭ 25 (-92.54%)
Mutual labels:  concurrent
Gowp
golang worker pool , Concurrency limiting goroutine pool
Stars: ✭ 259 (-22.69%)
Mutual labels:  concurrency
Object threadsafe
We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
Stars: ✭ 280 (-16.42%)
Mutual labels:  concurrency
Python Atomicwrites
Powerful Python library for atomic file writes.
Stars: ✭ 253 (-24.48%)
Mutual labels:  concurrency
Django Concurrency
Optimistic lock implementation for Django. Prevents users from doing concurrent editing.
Stars: ✭ 327 (-2.39%)
Mutual labels:  concurrency
nuscr
A toolkit to manipulate Scribble-style multiparty protocols, based on classical multiparty session type theory.
Stars: ✭ 16 (-95.22%)
Mutual labels:  concurrency
Golang Tutorials
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
Stars: ✭ 277 (-17.31%)
Mutual labels:  concurrency
Spscqueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
Stars: ✭ 307 (-8.36%)
Mutual labels:  concurrency
Concurrency Glossary
🦑 Informal definitions of terms used in concurrency modeling
Stars: ✭ 276 (-17.61%)
Mutual labels:  concurrency
node-bogota
🚀 Run tape tests concurrently with tap-spec output
Stars: ✭ 15 (-95.52%)
Mutual labels:  concurrent
torrent client
A Bit Torrent downloader written in Crystal.
Stars: ✭ 23 (-93.13%)
Mutual labels:  concurrency
awaitchannel
Go-style concurrency and channels with Python 3.5 and asyncio
Stars: ✭ 21 (-93.73%)
Mutual labels:  concurrency
Promise Fun
Promise packages, patterns, chat, and tutorials
Stars: ✭ 3,779 (+1028.06%)
Mutual labels:  concurrency
Swoole Src
🚀 Coroutine-based concurrency library for PHP
Stars: ✭ 17,175 (+5026.87%)
Mutual labels:  concurrency
Umka Lang
Umka: a statically typed embeddable scripting language
Stars: ✭ 308 (-8.06%)
Mutual labels:  concurrency
Netserver
A C++ High Performance Net Library
Stars: ✭ 271 (-19.1%)
Mutual labels:  coroutine
async-oneshot
A fast, small, full-featured, no-std compatible oneshot channel
Stars: ✭ 55 (-83.58%)
Mutual labels:  concurrency
esm
Lightweight communicating state machine framework for embedded systems
Stars: ✭ 21 (-93.73%)
Mutual labels:  concurrency
Melang
A script language of preemptive scheduling coroutine in single thread
Stars: ✭ 273 (-18.51%)
Mutual labels:  coroutine
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-93.73%)
Mutual labels:  concurrency
vercors
The VerCors verification toolset for verifying parallel and concurrent software
Stars: ✭ 30 (-91.04%)
Mutual labels:  concurrency
Bild
Image processing algorithms in pure Go
Stars: ✭ 3,431 (+924.18%)
Mutual labels:  concurrency
Dingo Hunter
Static analyser for finding Deadlocks in Go
Stars: ✭ 272 (-18.81%)
Mutual labels:  concurrency
orc
Orc programming language implementation
Stars: ✭ 34 (-89.85%)
Mutual labels:  concurrency
Java Concurrency
Java并发知识点总结
Stars: ✭ 3,457 (+931.94%)
Mutual labels:  concurrency
MultiHttp
This is a high performance , very useful multi-curl tool written in php. 一个超级好用的并发CURL工具!!!(httpful,restful, concurrency)
Stars: ✭ 79 (-76.42%)
Mutual labels:  concurrency
syncs
Concurrency and synchronization primitives
Stars: ✭ 81 (-75.82%)
Mutual labels:  concurrency
Shadowfax
Run Laravel on Swoole.
Stars: ✭ 325 (-2.99%)
Mutual labels:  coroutine
Concurrencyfreaks
Stars: ✭ 299 (-10.75%)
Mutual labels:  concurrency
Stormpot
A fast object pool for the JVM
Stars: ✭ 267 (-20.3%)
Mutual labels:  concurrency
1-60 of 486 similar projects