All Projects → soabase-stages → Similar Projects or Alternatives

479 Open source projects that are alternatives of or similar to soabase-stages

concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
Stars: ✭ 17 (-26.09%)
Mutual labels:  concurrency, threading
async-oneshot
A fast, small, full-featured, no-std compatible oneshot channel
Stars: ✭ 55 (+139.13%)
Mutual labels:  concurrency, futures
Python3 Concurrency Pics 02
爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载
Stars: ✭ 275 (+1095.65%)
Mutual labels:  concurrency, futures
Pht
A new threading extension for PHP
Stars: ✭ 175 (+660.87%)
Mutual labels:  concurrency, threading
Funfix
Functional Programming Library for JavaScript, TypeScript and Flow ✨⚡️
Stars: ✭ 596 (+2491.3%)
Mutual labels:  concurrency, futures
thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
Stars: ✭ 1,043 (+4434.78%)
Mutual labels:  concurrency, threading
Brightfutures
Write great asynchronous code in Swift using futures and promises
Stars: ✭ 1,890 (+8117.39%)
Mutual labels:  concurrency, futures
swift-futures
Demand-driven asynchronous programming in Swift
Stars: ✭ 32 (+39.13%)
Mutual labels:  concurrency, futures
mux-stream
(De)multiplex asynchronous streams
Stars: ✭ 34 (+47.83%)
Mutual labels:  concurrency, futures
Thread Pool
Thread pool implementation using c++11 threads
Stars: ✭ 417 (+1713.04%)
Mutual labels:  concurrency, futures
Smol
A small and fast async runtime for Rust
Stars: ✭ 2,206 (+9491.3%)
Mutual labels:  concurrency, futures
java-red
Effective Concurrency Modules for Java
Stars: ✭ 25 (+8.7%)
Mutual labels:  concurrency, futures
thread-pool
A modern thread pool implementation based on C++20
Stars: ✭ 104 (+352.17%)
Mutual labels:  concurrency, threading
swoole-futures
⏳ Futures, Streams & Async/Await for PHP's Swoole asynchronous run-time.
Stars: ✭ 100 (+334.78%)
Mutual labels:  concurrency, futures
Concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
Stars: ✭ 340 (+1378.26%)
Mutual labels:  concurrency, threading
Threadly
A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute threaded work safely.
Stars: ✭ 196 (+752.17%)
Mutual labels:  concurrency, threading
Floyd
The Floyd programming language
Stars: ✭ 133 (+478.26%)
Mutual labels:  concurrency, threading
psched
Priority-based Task Scheduling for Modern C++
Stars: ✭ 59 (+156.52%)
Mutual labels:  concurrency, threading
Agency
Execution primitives for C++
Stars: ✭ 127 (+452.17%)
Mutual labels:  concurrency, threading
think-async
🌿 Exploring cooperative concurrency primitives in Python
Stars: ✭ 178 (+673.91%)
Mutual labels:  concurrency, threading
Transient
A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
Stars: ✭ 617 (+2582.61%)
Mutual labels:  concurrency, threading
futureproof
Bulletproof concurrent.futures
Stars: ✭ 36 (+56.52%)
Mutual labels:  concurrency, futures
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (+113.04%)
Mutual labels:  concurrency, futures
ObviousAwait
🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
Stars: ✭ 55 (+139.13%)
Mutual labels:  threading
android-actors-library
Android Actors Library was inspired by the Actor model. The main purpose of this library is to help developers in creating a worker attached to a thread and make all interactions with this worker natural and simple.
Stars: ✭ 24 (+4.35%)
Mutual labels:  threading
detox
distributed tox (tox plugin to run testenvs in parallel)
Stars: ✭ 48 (+108.7%)
Mutual labels:  concurrency
variadic future
Variadic, completion-based futures for C++17
Stars: ✭ 41 (+78.26%)
Mutual labels:  futures
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (+8.7%)
Mutual labels:  concurrency
The-Java-Workshop
A New, Interactive Approach to Learning Java
Stars: ✭ 65 (+182.61%)
Mutual labels:  threading
kotlin-concurrency-primitives
Demo project that showcases the usage of various concurrency primitives in Java and Kotlin.
Stars: ✭ 32 (+39.13%)
Mutual labels:  concurrency
ray tutorial
An introductory tutorial about leveraging Ray core features for distributed patterns.
Stars: ✭ 67 (+191.3%)
Mutual labels:  futures
atomix
Simple and easy wrappers for Go sync/atomic package.
Stars: ✭ 26 (+13.04%)
Mutual labels:  concurrency
futex
File-based Ruby Mutex
Stars: ✭ 14 (-39.13%)
Mutual labels:  concurrency
treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
Stars: ✭ 23 (+0%)
Mutual labels:  concurrency
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+22313.04%)
Mutual labels:  futures
humanbenchmark
Memory tests solver with using OpenCV
Stars: ✭ 20 (-13.04%)
Mutual labels:  threading
workerpoolxt
Concurrency limiting goroutine pool without upper limit on queue length. Extends github.com/gammazero/workerpool
Stars: ✭ 15 (-34.78%)
Mutual labels:  concurrency
TAOMP
《多处理器编程的艺术》一书中的示例代码实现,带有注释与单元测试
Stars: ✭ 39 (+69.57%)
Mutual labels:  concurrency
java-functional-features-tutorial
This repo is DEPRECATED. Please use https://github.com/bobocode-projects/java-fundamentals-course
Stars: ✭ 15 (-34.78%)
Mutual labels:  java-9
savetheworldwithgo
Build systems with Go examples
Stars: ✭ 81 (+252.17%)
Mutual labels:  concurrency
Xiecheng Comment
🌈Xiecheng_Comment多线程Threading爬取携程的丽江古城景点评论并生成词云
Stars: ✭ 23 (+0%)
Mutual labels:  threading
pygolang
Go-like features for Python and Cython. (mirror of https://lab.nexedi.com/kirr/pygolang)
Stars: ✭ 37 (+60.87%)
Mutual labels:  concurrency
Perfect-Thread
Core threading library for Perfect Server Side Swift. Includes support for serial and concurrent thread queues, locks, read/write locks and events.
Stars: ✭ 17 (-26.09%)
Mutual labels:  threading
await-lock
Mutex locks for async functions
Stars: ✭ 66 (+186.96%)
Mutual labels:  concurrency
benchmark-http
No description or website provided.
Stars: ✭ 15 (-34.78%)
Mutual labels:  concurrency
django-lock-tokens
A Django application that provides a locking mechanism to prevent concurrency editing.
Stars: ✭ 19 (-17.39%)
Mutual labels:  concurrency
wasm-bindgen-rayon
An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
Stars: ✭ 257 (+1017.39%)
Mutual labels:  concurrency
Async-Channel
Python async multi-task communication library. Used by OctoBot project.
Stars: ✭ 13 (-43.48%)
Mutual labels:  concurrency
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-13.04%)
Mutual labels:  concurrency
Shift
Light-weight EventKit wrapper.
Stars: ✭ 31 (+34.78%)
Mutual labels:  concurrency
future.mapreduce
[EXPERIMENTAL] R package: future.mapreduce - Utility Functions for Future Map-Reduce API Packages
Stars: ✭ 12 (-47.83%)
Mutual labels:  futures
pool
A highly flexible process pooling library for Node.js
Stars: ✭ 18 (-21.74%)
Mutual labels:  concurrency
wise-river
Object streaming the way it should be.
Stars: ✭ 33 (+43.48%)
Mutual labels:  concurrency
csp
A library for Communicating Sequential Processes in Node.js, built on top of async/await
Stars: ✭ 59 (+156.52%)
Mutual labels:  concurrency
ThreadBoat
Program Uses Thread Execution Hijacking To Inject Native Shell-code Into a Standard Win32 Application
Stars: ✭ 162 (+604.35%)
Mutual labels:  threading
sto
Software Transactional Objects
Stars: ✭ 40 (+73.91%)
Mutual labels:  concurrency
theater
Actor framework for Dart. This package makes it easier to work with isolates, create clusters of isolates.
Stars: ✭ 29 (+26.09%)
Mutual labels:  concurrency
MoviesApp
A Movie Application uses TheMovie API, MVVM architecture and all jetpack components.
Stars: ✭ 100 (+334.78%)
Mutual labels:  threading
haxe-concurrent
A haxelib for basic platform-agnostic concurrency support
Stars: ✭ 69 (+200%)
Mutual labels:  concurrency
golang-101
🍺 In-depth internals, my personal notes, example codes and projects. Includes - Thousands of codes, OOP, Concurrency, Parallelism, Goroutines, Mutexes & Wait Groups, Testing in Go, Go tool chain, Backend web development, Some projects including Log file parser using bufio.Scanner, Spam Masker, Retro led clock, Console animations, Dictionary pro…
Stars: ✭ 61 (+165.22%)
Mutual labels:  concurrency
1-60 of 479 similar projects