All Projects → Brightfutures → Similar Projects or Alternatives

528 Open source projects that are alternatives of or similar to Brightfutures

Async-Channel
Python async multi-task communication library. Used by OctoBot project.
Stars: ✭ 13 (-99.31%)
Mutual labels:  concurrency
Arq
Fast job queuing and RPC in python with asyncio and redis.
Stars: ✭ 695 (-63.23%)
Mutual labels:  concurrency
Goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
Stars: ✭ 127 (-93.28%)
Mutual labels:  concurrency
swear
🙏 Flexible promise handling with Javascript
Stars: ✭ 56 (-97.04%)
Mutual labels:  promises
Cr
Runs your tasks at maximum concurrency
Stars: ✭ 681 (-63.97%)
Mutual labels:  concurrency
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-98.94%)
Mutual labels:  concurrency
Crypto crawler
Crypto arbitrage bot
Stars: ✭ 80 (-95.77%)
Mutual labels:  asynchronous-programming
futex
File-based Ruby Mutex
Stars: ✭ 14 (-99.26%)
Mutual labels:  concurrency
Restclient
🦄 Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! 🎮
Stars: ✭ 675 (-64.29%)
Mutual labels:  promises
sto
Software Transactional Objects
Stars: ✭ 40 (-97.88%)
Mutual labels:  concurrency
Web Scraping
Detailed web scraping tutorials for dummies with financial data crawlers on Reddit WallStreetBets, CME (both options and futures), US Treasury, CFTC, LME, SHFE and news data crawlers on BBC, Wall Street Journal, Al Jazeera, Reuters, Financial Times, Bloomberg, CNN, Fortune, The Economist
Stars: ✭ 153 (-91.9%)
Mutual labels:  futures
openctp
CTP开放平台提供A股、港股、美股、期货、期权等全品种接入通道,通过提供中泰证券XTP、华鑫证券奇点、东方证券OST、东方财富证券EMT、盈透证券TWS等各通道的CTPAPI接口,CTP程序可以无缝对接各股票柜台。平台也提供了一套基于TTS交易系统的模拟环境,同样提供了CTPAPI兼容接口,可以替代Simnow,为CTP量化交易开发者提供7x24可用的模拟环境。
Stars: ✭ 389 (-79.42%)
Mutual labels:  futures
Hivemind
Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.
Stars: ✭ 661 (-65.03%)
Mutual labels:  asynchronous-programming
Pickpocket
A Kotlin Android library for content provider queries with reactive streams and coroutines.
Stars: ✭ 23 (-98.78%)
Mutual labels:  asynchronous-programming
Mmo Rust Server
A simple example server in asynchronous Rust for MMO games
Stars: ✭ 77 (-95.93%)
Mutual labels:  futures
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-98.68%)
Mutual labels:  concurrency
Pg Promise
PostgreSQL interface for Node.js
Stars: ✭ 3,059 (+61.85%)
Mutual labels:  promises
atomix
Simple and easy wrappers for Go sync/atomic package.
Stars: ✭ 26 (-98.62%)
Mutual labels:  concurrency
Kayn
superagent-inspired Node.js lib (w/ **some** TypeScript support) for accessing Riot's League of Legend's API (discord: cnguy#3614)
Stars: ✭ 122 (-93.54%)
Mutual labels:  promises
TAOMP
《多处理器编程的艺术》一书中的示例代码实现,带有注释与单元测试
Stars: ✭ 39 (-97.94%)
Mutual labels:  concurrency
Promise.hpp
C++ asynchronous promises like a Promises/A+
Stars: ✭ 31 (-98.36%)
Mutual labels:  promises
Promise Utils
Lodash-like, dependency-free utilities for native ES6 promises.
Stars: ✭ 268 (-85.82%)
Mutual labels:  promises
ShenScript
Shen for JavaScript
Stars: ✭ 40 (-97.88%)
Mutual labels:  asynchronous-programming
combine-promises
Like Promise.all(array) but with an object instead of an array.
Stars: ✭ 181 (-90.42%)
Mutual labels:  promises
Cortex M Rtic
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
Stars: ✭ 623 (-67.04%)
Mutual labels:  concurrency
wise-river
Object streaming the way it should be.
Stars: ✭ 33 (-98.25%)
Mutual labels:  concurrency
Spring Boot Data Aggregator
基于注解实现并行地依赖注入(数据聚合),可以看做 Spring Async 注解的升级版
Stars: ✭ 142 (-92.49%)
Mutual labels:  concurrency
jq-ajax-progress
jQuery plugin that adds support of `progress` promise
Stars: ✭ 59 (-96.88%)
Mutual labels:  promises
Java Concurrency Progamming Tutorial
BAT华为大厂一线工程师四年磨一剑精心编排 Java 高并发编程案例代码 & 教程 & 面试题集锦。详细文档讲解请阅读本人的知识库仓:https://github.com/Wasabi1234/Java-Interview-Tutorial
Stars: ✭ 606 (-67.94%)
Mutual labels:  concurrency
Stormpot
A fast object pool for the JVM
Stars: ✭ 267 (-85.87%)
Mutual labels:  concurrency
Tapestry
Weave loom fibers into your Clojure
Stars: ✭ 134 (-92.91%)
Mutual labels:  concurrency
Yar
Light, concurrent RPC framework for PHP & C
Stars: ✭ 1,369 (-27.57%)
Mutual labels:  concurrency
Modern Async
A modern JavaScript tooling library for asynchronous operations using async/await and promises
Stars: ✭ 31 (-98.36%)
Mutual labels:  promises
Drone Core
The core crate for Drone, an Embedded Operating System.
Stars: ✭ 263 (-86.08%)
Mutual labels:  concurrency
easy-promise-queue
An easy JavaScript Promise queue which is automatically executed, concurrency controlled and suspendable.
Stars: ✭ 31 (-98.36%)
Mutual labels:  concurrency
Ocaml Multicore
Multicore OCaml
Stars: ✭ 591 (-68.73%)
Mutual labels:  concurrency
snap
Snap Programming Language
Stars: ✭ 20 (-98.94%)
Mutual labels:  asynchronous-programming
Gospeccy
A ZX Spectrum Emulator written in Go
Stars: ✭ 121 (-93.6%)
Mutual labels:  concurrency
variadic future
Variadic, completion-based futures for C++17
Stars: ✭ 41 (-97.83%)
Mutual labels:  futures
Javamtp
《Java多线程编程实战指南(设计模式篇)》源码
Stars: ✭ 575 (-69.58%)
Mutual labels:  concurrency
concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
Stars: ✭ 17 (-99.1%)
Mutual labels:  concurrency
Ygor
Task toolkit. For when `npm run` isn't enough and everything else is too much.
Stars: ✭ 69 (-96.35%)
Mutual labels:  promises
Httpie
A Node.js HTTP client as easy as pie! 🥧
Stars: ✭ 563 (-70.21%)
Mutual labels:  promises
flush-promises
Flush all queued resolved promise handlers
Stars: ✭ 172 (-90.9%)
Mutual labels:  promises
asyncoro
Python framework for asynchronous, concurrent, distributed, network programming with coroutines
Stars: ✭ 50 (-97.35%)
Mutual labels:  asynchronous-programming
Coyote
Coyote is tool designed to help ensure that your C# code is free of annoying concurrency bugs.
Stars: ✭ 556 (-70.58%)
Mutual labels:  concurrency
savetheworldwithgo
Build systems with Go examples
Stars: ✭ 81 (-95.71%)
Mutual labels:  concurrency
Torrengo
Torrengo is a CLI (command line) program written in Go which concurrently searches torrents from various sources.
Stars: ✭ 67 (-96.46%)
Mutual labels:  concurrency
django-lock-tokens
A Django application that provides a locking mechanism to prevent concurrency editing.
Stars: ✭ 19 (-98.99%)
Mutual labels:  concurrency
Tray
Browser plugin for sending documents and raw commands to a printer or attached device.
Stars: ✭ 543 (-71.27%)
Mutual labels:  promises
Javascript-Interview-Preparation
A curated collection of javascript interview questions & solutions.
Stars: ✭ 163 (-91.38%)
Mutual labels:  promises
Shinny Futures Android
一个开源的 android 平台期货行情交易终端
Stars: ✭ 120 (-93.65%)
Mutual labels:  futures
Ctpwrapper
上海期货交易所CTP接口 Shanghai Future CTP Interface CTP Python API Wrapper
Stars: ✭ 264 (-86.03%)
Mutual labels:  futures
Pycos
Concurrent, Asynchronous, Distributed, Communicating Tasks with Python
Stars: ✭ 30 (-98.41%)
Mutual labels:  asynchronous-programming
Badtouch
Scriptable network authentication cracker
Stars: ✭ 262 (-86.14%)
Mutual labels:  concurrency
Job
JOB, make your short-term command as a long-term job. 将命令行规划成任务的工具
Stars: ✭ 98 (-94.81%)
Mutual labels:  concurrency
Asyncio
asyncio historical repository
Stars: ✭ 952 (-49.63%)
Mutual labels:  concurrency
Gowp
golang worker pool , Concurrency limiting goroutine pool
Stars: ✭ 259 (-86.3%)
Mutual labels:  concurrency
Ecommerce
A powerful and lightweight eCommerce platform using ReactJs, Graphql, PHP, and Mysql.
Stars: ✭ 28 (-98.52%)
Mutual labels:  promises
Cone
Cone Programming Language
Stars: ✭ 257 (-86.4%)
Mutual labels:  concurrency
301-360 of 528 similar projects