All Projects → flash-sale → Similar Projects or Alternatives

331 Open source projects that are alternatives of or similar to flash-sale

skywalker
A package to allow one to concurrently go through a filesystem with ease
Stars: ✭ 87 (-3.33%)
Mutual labels:  concurrency
rockgo
A developing game server framework,based on Entity Component System(ECS).
Stars: ✭ 617 (+585.56%)
Mutual labels:  concurrency
ComposableAsync
Create, compose and inject asynchronous behaviors in .Net Framework and .Net Core.
Stars: ✭ 28 (-68.89%)
Mutual labels:  concurrency
lasync
making executor service tougher
Stars: ✭ 38 (-57.78%)
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 (-53.33%)
Mutual labels:  concurrency
gcl
A graph concurrent library for C++
Stars: ✭ 21 (-76.67%)
Mutual labels:  concurrency
linked-blocking-multi-queue
A concurrent collection that extends the existing Java concurrent collection library, offering an optionally-bounded blocking "multi-queue" based on linked nodes.
Stars: ✭ 41 (-54.44%)
Mutual labels:  concurrency
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (-75.56%)
Mutual labels:  concurrency
java-red
Effective Concurrency Modules for Java
Stars: ✭ 25 (-72.22%)
Mutual labels:  concurrency
go-workshops
Go language basic workshops for devz
Stars: ✭ 68 (-24.44%)
Mutual labels:  concurrency
Linux-Kernel-Driver-Programming
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
Stars: ✭ 43 (-52.22%)
Mutual labels:  concurrency
simpledbm
SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.
Stars: ✭ 51 (-43.33%)
Mutual labels:  concurrency
Dots
Lightweight Concurrent Networking Framework
Stars: ✭ 35 (-61.11%)
Mutual labels:  concurrency
Hunch
Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
Stars: ✭ 94 (+4.44%)
Mutual labels:  concurrency
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (-73.33%)
Mutual labels:  concurrency
django-concurrency-talk
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
Stars: ✭ 49 (-45.56%)
Mutual labels:  concurrency
ratelimiter
A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.
Stars: ✭ 218 (+142.22%)
Mutual labels:  concurrency
batching-toposort
Efficiently sort interdependent tasks into a sequence of concurrently-executable batches
Stars: ✭ 21 (-76.67%)
Mutual labels:  concurrency
conquerant
lightweight async/await for Clojure
Stars: ✭ 31 (-65.56%)
Mutual labels:  concurrency
haskell-simple-concurrency
Small examples of concurrency in Haskell.
Stars: ✭ 75 (-16.67%)
Mutual labels:  concurrency
practice
Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html
Stars: ✭ 39 (-56.67%)
Mutual labels:  concurrency
Actors.jl
Concurrent computing in Julia based on the Actor Model
Stars: ✭ 95 (+5.56%)
Mutual labels:  concurrency
react-webworker-demo
No description or website provided.
Stars: ✭ 14 (-84.44%)
Mutual labels:  concurrency
reactor-workshop
Spring Reactor hands-on training (3 days)
Stars: ✭ 114 (+26.67%)
Mutual labels:  concurrency
SOMns
SOMns: A Newspeak for Concurrency Research
Stars: ✭ 62 (-31.11%)
Mutual labels:  concurrency
ency
Enhanced concurrency primitives for Javascript.
Stars: ✭ 32 (-64.44%)
Mutual labels:  concurrency
actors
Actor Model library for Dart.
Stars: ✭ 40 (-55.56%)
Mutual labels:  concurrency
grimoire
A fast, concurrent based scripting language for D.
Stars: ✭ 21 (-76.67%)
Mutual labels:  concurrency
async
Synchronization and asynchronous computation package for Go
Stars: ✭ 104 (+15.56%)
Mutual labels:  concurrency
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (-45.56%)
Mutual labels:  concurrency
noroutine
Goroutine analogue for Node.js, spreads I/O-bound routine calls to utilize thread pool (worker_threads) using balancer with event loop utilization. 🌱
Stars: ✭ 86 (-4.44%)
Mutual labels:  concurrency
portal
A lightweight framework for golang object (struct) serialization (mapping). Inspired heavily by marshmallow (a Python library).
Stars: ✭ 24 (-73.33%)
Mutual labels:  concurrency
bascomtask
Lightweight parallel Java tasks
Stars: ✭ 49 (-45.56%)
Mutual labels:  concurrency
fcsl-pcm
Partial Commutative Monoids
Stars: ✭ 20 (-77.78%)
Mutual labels:  concurrency
drone-stm32-map
STM32 peripheral mappings for Drone, an Embedded Operating System.
Stars: ✭ 16 (-82.22%)
Mutual labels:  concurrency
cl-gserver
Actor framework featuring actors and agents for easy access to state and asynchronous operations.
Stars: ✭ 121 (+34.44%)
Mutual labels:  concurrency
YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (+114.44%)
Mutual labels:  concurrency
circular-buffer
A Lock Free Concurrent Circular Buffer
Stars: ✭ 14 (-84.44%)
Mutual labels:  concurrency
pen
The parallel, concurrent, and functional programming language for scalable software development
Stars: ✭ 394 (+337.78%)
Mutual labels:  concurrency
pinboard
A threadsafe way to publish data, just stick it on the pinboard
Stars: ✭ 24 (-73.33%)
Mutual labels:  concurrency
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 (-77.78%)
Mutual labels:  concurrency
optimistic lock coupling rs
🍋: A General Lock following paper "Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method"
Stars: ✭ 21 (-76.67%)
Mutual labels:  concurrency
archery
Abstract over the atomicity of reference-counting pointers in rust
Stars: ✭ 107 (+18.89%)
Mutual labels:  concurrency
idle
Idle is an asynchronous and hot-reloadable C++ dynamic component framework
Stars: ✭ 169 (+87.78%)
Mutual labels:  concurrency
p-ratelimit
Promise-based utility to make sure you don’t call rate-limited APIs too quickly.
Stars: ✭ 49 (-45.56%)
Mutual labels:  concurrency
TikTok
Download public videos on TikTok using Python with Selenium
Stars: ✭ 37 (-58.89%)
Mutual labels:  concurrency
concurrent-ll
concurrent linked list implementation
Stars: ✭ 66 (-26.67%)
Mutual labels:  concurrency
rust-concurrency-patterns
Examples of concurrency patterns implemented in Rust
Stars: ✭ 29 (-67.78%)
Mutual labels:  concurrency
gbp
Golang Best Practices (GBP™)
Stars: ✭ 25 (-72.22%)
Mutual labels:  concurrency
concore
Core abstractions for dealing with concurrency in C++
Stars: ✭ 57 (-36.67%)
Mutual labels:  concurrency
workerpool
A workerpool that can get expanded & shrink dynamically.
Stars: ✭ 55 (-38.89%)
Mutual labels:  concurrency
thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
Stars: ✭ 1,043 (+1058.89%)
Mutual labels:  concurrency
pipeline
Pipelines using goroutines
Stars: ✭ 46 (-48.89%)
Mutual labels:  concurrency
beems
a bee-queue based minimalist toolkit for building fast, decentralized, scalable and fault tolerant microservices
Stars: ✭ 33 (-63.33%)
Mutual labels:  concurrency
High-concurrency
High concurrency demo
Stars: ✭ 59 (-34.44%)
Mutual labels:  concurrency
go course
個人多年來學習與實作上的心得筆記
Stars: ✭ 25 (-72.22%)
Mutual labels:  concurrency
ProtoPromise
Robust and efficient library for management of asynchronous operations in C#/.Net.
Stars: ✭ 20 (-77.78%)
Mutual labels:  concurrency
hunt
A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Stars: ✭ 86 (-4.44%)
Mutual labels:  concurrency
Sqlable
Swift library for making storing data in a SQLite database simple and magic-free
Stars: ✭ 83 (-7.78%)
Mutual labels:  concurrency
futureproof
Bulletproof concurrent.futures
Stars: ✭ 36 (-60%)
Mutual labels:  concurrency
1-60 of 331 similar projects