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).

    Language:CoffeeScript737414
  • jczic/XAsyncSockets

    XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.

    Language:Python43625
  • ertgl/distributed

    Distributed is a wrapper module that helps developers to make distributed, scaled, replicated and fault-tolerant (with takeover ability) leader-follower systems.

    Language:Elixir25303
  • jameshaydon/smproc

    A well-typed symmetric-monoidal category of concurrent processes

    Language:Idris24511
  • n89nanda/pyeventbus

    Python Eventbus

    Language:Python18526
  • GoLangsam/pipe

    A pipers bag - generic functions to gain concurrency - batteries included :-)

    Language:Go8101
  • Floofies/HzKernel

    On hold until further notice. Uses HertzScript coroutines to implement preemptively multitasked JavaScript Green threads.

    Language:JavaScript5210
  • sheyll/unliftio-messagebox

    Fast and reliable message queues

    Language:HTML4200
  • AndrewJBateman/pern-stack-database

    :clipboard: Full stack app using PostgreSQL, Express, React & Node.js. Tutorial app

    Language:JavaScript3102
  • codelusion/concurrency-queue

    A lightweight, minimalist FIFO queue that holds jobs, releasing only a fixed number for concurrent processing

    Language:JavaScript1200
  • oaxelou/ConcurrentProgramming

    Concurrent Programming in C (3rd year - 5th semester)

    Language:C1000
  • tilfin/paced-work-stream

    Node.js stream working at constant pace and concurrent

    Language:JavaScript121
  • 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).

    Language:C1120
  • yaoguangluo/Deta_Cache_Devops_App

    🔥 A VPCS cache devops management system base on deta ETL will start this week. /deta ETL 运维软件用于集群部署和管理德塔缓存云。该项目已经改成协同开发模式。

    Language:Java123
  • DanMartyns/DistributedSystems

    Repair shop activities : Java Application to apply concurrency. First project for the discipline of Distributed Systems of the University of Aveiro

    Language:Java0100
  • habib-rangoonwala/golang

    wordcount map reduce

    Language:Go0111
  • hin522/producer-consumer-workflow

    This is a simple experiment to test the concurrent processing using clojure.core.async channel

    Language:Clojure0101
  • 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.

    Language:Python0100
  • 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.

    Language:C0100
  • 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.

    Language:C