concurrent-processes
There are 20 repositories under concurrent-processes topic.
tanaikech/RunAll
This is a library for running the concurrent processing using only native Google Apps Script (GAS).
jczic/XAsyncSockets
XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.
ertgl/distributed
Distributed is a wrapper module that helps developers to make distributed, scaled, replicated and fault-tolerant (with takeover ability) leader-follower systems.
jameshaydon/smproc
A well-typed symmetric-monoidal category of concurrent processes
n89nanda/pyeventbus
Python Eventbus
GoLangsam/pipe
A pipers bag - generic functions to gain concurrency - batteries included :-)
Floofies/HzKernel
On hold until further notice. Uses HertzScript coroutines to implement preemptively multitasked JavaScript Green threads.
sheyll/unliftio-messagebox
Fast and reliable message queues
AndrewJBateman/pern-stack-database
:clipboard: Full stack app using PostgreSQL, Express, React & Node.js. Tutorial app
codelusion/concurrency-queue
A lightweight, minimalist FIFO queue that holds jobs, releasing only a fixed number for concurrent processing
oaxelou/ConcurrentProgramming
Concurrent Programming in C (3rd year - 5th semester)
tilfin/paced-work-stream
Node.js stream working at constant pace and concurrent
wootshee/fjoin
Speed up text streams processing by distributing input to a number of worker processes and merging their output back (fork-join computational model).
yaoguangluo/Deta_Cache_Devops_App
🔥 A VPCS cache devops management system base on deta ETL will start this week. /deta ETL 运维软件用于集群部署和管理德塔缓存云。该项目已经改成协同开发模式。
DanMartyns/DistributedSystems
Repair shop activities : Java Application to apply concurrency. First project for the discipline of Distributed Systems of the University of Aveiro
habib-rangoonwala/golang
wordcount map reduce
hin522/producer-consumer-workflow
This is a simple experiment to test the concurrent processing using clojure.core.async channel
shinasnp/parallel-csv2pg
Efficiently process and load large CSV datasets into PostgreSQL using parallel processing and multithreading in Python. This repository contains scripts for generating random data and seamlessly uploading it to PostgreSQL with optimal performance.
trong0dn/ATM-ConCurrencies
ATM ConCurrencies is a simple prototype of a program that mimics the work of an ATM system using concurrent processes and inter-process communication (IPC) services. This version includes functionalities with message queues, semaphores, shared memory and architectures for exploring deadlocks and livelocks.
adamsolimancs/C-MathMastermind
A C coded math game that prompts a user for a number of questions, and asks simple equations to be answered within 5 seconds. After the questions, the program shows the user their results.