All Projects → chicken-gochan → Similar Projects or Alternatives

386 Open source projects that are alternatives of or similar to chicken-gochan

go-stm
Software Transactional Memory for Go
Stars: ✭ 15 (-16.67%)
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 (+16.67%)
Mutual labels:  concurrency
aiorwlock
Read/Write Lock - synchronization primitive for asyncio
Stars: ✭ 90 (+400%)
Mutual labels:  concurrency
Fibrous
Concurrency library for .Net
Stars: ✭ 47 (+161.11%)
Mutual labels:  multi-threading
gotopus
Gotopus is a minimalistic tool that runs arbitrary commands concurrently.
Stars: ✭ 17 (-5.56%)
Mutual labels:  concurrency
fcsl-pcm
Partial Commutative Monoids
Stars: ✭ 20 (+11.11%)
Mutual labels:  concurrency
Shift
Light-weight EventKit wrapper.
Stars: ✭ 31 (+72.22%)
Mutual labels:  concurrency
conquerant
lightweight async/await for Clojure
Stars: ✭ 31 (+72.22%)
Mutual labels:  concurrency
edd
Erlang Declarative Debugger
Stars: ✭ 20 (+11.11%)
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 (+377.78%)
Mutual labels:  concurrency
await async
Provide await and async methods to Crystal Lang
Stars: ✭ 71 (+294.44%)
Mutual labels:  concurrency
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (+33.33%)
Mutual labels:  concurrency
piker
#nontina, #paperhands,, #pwnzebotz, #tradezbyguille
Stars: ✭ 63 (+250%)
Mutual labels:  concurrency
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (+22.22%)
Mutual labels:  concurrency
atomix
Simple and easy wrappers for Go sync/atomic package.
Stars: ✭ 26 (+44.44%)
Mutual labels:  concurrency
react-webworker-demo
No description or website provided.
Stars: ✭ 14 (-22.22%)
Mutual labels:  concurrency
channel
Go-like channels for JavaScript
Stars: ✭ 49 (+172.22%)
Mutual labels:  concurrency
Sqlable
Swift library for making storing data in a SQLite database simple and magic-free
Stars: ✭ 83 (+361.11%)
Mutual labels:  concurrency
CacheLib
Pluggable in-process caching engine to build and scale high performance services
Stars: ✭ 637 (+3438.89%)
Mutual labels:  concurrency
synapse
Non-intrusive C++ signal programming library
Stars: ✭ 48 (+166.67%)
Mutual labels:  multi-threading
rockgo
A developing game server framework,based on Entity Component System(ECS).
Stars: ✭ 617 (+3327.78%)
Mutual labels:  concurrency
Dots
Lightweight Concurrent Networking Framework
Stars: ✭ 35 (+94.44%)
Mutual labels:  concurrency
safe
C++11 header only RAII guards for mutexes and locks.
Stars: ✭ 119 (+561.11%)
Mutual labels:  multi-threading
gcl
A graph concurrent library for C++
Stars: ✭ 21 (+16.67%)
Mutual labels:  concurrency
benchmark-http
No description or website provided.
Stars: ✭ 15 (-16.67%)
Mutual labels:  concurrency
ratelimiter
A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.
Stars: ✭ 218 (+1111.11%)
Mutual labels:  concurrency
MemoryAllocator.KanameShiki
Fast multi-threaded memory allocator
Stars: ✭ 73 (+305.56%)
Mutual labels:  multi-threading
ComposableAsync
Create, compose and inject asynchronous behaviors in .Net Framework and .Net Core.
Stars: ✭ 28 (+55.56%)
Mutual labels:  concurrency
theater
Actor framework for Dart. This package makes it easier to work with isolates, create clusters of isolates.
Stars: ✭ 29 (+61.11%)
Mutual labels:  concurrency
practice
Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html
Stars: ✭ 39 (+116.67%)
Mutual labels:  concurrency
rethinkdb.nim
RethinkDB driver for Nim
Stars: ✭ 35 (+94.44%)
Mutual labels:  multi-threading
rust-concurrency-patterns
Examples of concurrency patterns implemented in Rust
Stars: ✭ 29 (+61.11%)
Mutual labels:  concurrency
easy-promise-queue
An easy JavaScript Promise queue which is automatically executed, concurrency controlled and suspendable.
Stars: ✭ 31 (+72.22%)
Mutual labels:  concurrency
glfwm
GLFW Manager - C++ wrapper with multi-threading
Stars: ✭ 60 (+233.33%)
Mutual labels:  multi-threading
SOMns
SOMns: A Newspeak for Concurrency Research
Stars: ✭ 62 (+244.44%)
Mutual labels:  concurrency
detox
distributed tox (tox plugin to run testenvs in parallel)
Stars: ✭ 48 (+166.67%)
Mutual labels:  concurrency
futureproof
Bulletproof concurrent.futures
Stars: ✭ 36 (+100%)
Mutual labels:  concurrency
ring-election
A node js library with a distributed leader/follower algorithm ready to be used
Stars: ✭ 92 (+411.11%)
Mutual labels:  concurrency
Linux-Kernel-Driver-Programming
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
Stars: ✭ 43 (+138.89%)
Mutual labels:  concurrency
kotlin-concurrency-primitives
Demo project that showcases the usage of various concurrency primitives in Java and Kotlin.
Stars: ✭ 32 (+77.78%)
Mutual labels:  concurrency
lasync
making executor service tougher
Stars: ✭ 38 (+111.11%)
Mutual labels:  concurrency
csp.js
📺 CSP for vanilla JavaScript
Stars: ✭ 45 (+150%)
Mutual labels:  concurrency
Hunch
Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
Stars: ✭ 94 (+422.22%)
Mutual labels:  concurrency
workerpoolxt
Concurrency limiting goroutine pool without upper limit on queue length. Extends github.com/gammazero/workerpool
Stars: ✭ 15 (-16.67%)
Mutual labels:  concurrency
skywalker
A package to allow one to concurrently go through a filesystem with ease
Stars: ✭ 87 (+383.33%)
Mutual labels:  concurrency
TensorFlow-Input-Pipeline
TensorFlow Input Pipeline Examples based on multi-thread and FIFOQueue
Stars: ✭ 54 (+200%)
Mutual labels:  multi-threading
django-concurrency-talk
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
Stars: ✭ 49 (+172.22%)
Mutual labels:  concurrency
await-lock
Mutex locks for async functions
Stars: ✭ 66 (+266.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 (+127.78%)
Mutual labels:  concurrency
jsonpyes
The tool which imports raw JSON to ElasticSearch in one line of commands
Stars: ✭ 67 (+272.22%)
Mutual labels:  multi-threading
Octavo
Verilog FPGA Parts Library. Old Octavo soft-CPU project.
Stars: ✭ 66 (+266.67%)
Mutual labels:  multi-threading
wasm-bindgen-rayon
An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
Stars: ✭ 257 (+1327.78%)
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 (+11.11%)
Mutual labels:  concurrency
mux-stream
(De)multiplex asynchronous streams
Stars: ✭ 34 (+88.89%)
Mutual labels:  concurrency
archery
Abstract over the atomicity of reference-counting pointers in rust
Stars: ✭ 107 (+494.44%)
Mutual labels:  concurrency
soabase-stages
A tiny library that makes staged/pipelined CompletableFutures much easier to create and manage
Stars: ✭ 23 (+27.78%)
Mutual labels:  concurrency
csp
A library for Communicating Sequential Processes in Node.js, built on top of async/await
Stars: ✭ 59 (+227.78%)
Mutual labels:  concurrency
think-async
🌿 Exploring cooperative concurrency primitives in Python
Stars: ✭ 178 (+888.89%)
Mutual labels:  concurrency
pool
A highly flexible process pooling library for Node.js
Stars: ✭ 18 (+0%)
Mutual labels:  concurrency
drone-cortexm
ARM® Cortex®-M platform crate for Drone, an Embedded Operating System.
Stars: ✭ 31 (+72.22%)
Mutual labels:  concurrency
61-120 of 386 similar projects