multi-processing
There are 47 repositories under multi-processing topic.
google-research/batch-ppo
Efficient Batched Reinforcement Learning in TensorFlow
TheByteAttic/CERBERUS2100
The amazing multi-processor 8-bit microcomputer, featuring Z80, 6502 and AVR processors. Built with CPLDs, CERBERUS 2100™ is fully programmable even with respect to its hardware, at the individual gate and flip-flop level.
amphp/cluster
Building multi-core network applications with PHP.
UnixJunkie/parany
Parallelize _anything_ //
soda480/mpcurses
Mpcurses is an abstraction of the Python curses and multiprocessing libraries providing function execution and runtime visualization capabilities.
Ziang-Lu/Multiprocessing-and-Multithreading
Notes for multi-processing and multi-threading
HzcIrving/IrvingHeRoboticsRepo
RoboticsRepoForMyself
flavienbwk/gRPC-multiprocessing-streaming
Python implementation of a multi-processed gRPC client/server with streaming capabilities.
imneonizer/improcess
This short little python module can help you with running your iteratable functions on multi process without any hassle of creating process by yourself.
Vectorial1024/laravel-process-async
Utilize Laravel Processes to run PHP code asynchronously, as if using Laravel Concurrency.
jackyhuynh/Process_Sync_and_MultiThread_Optimization_using_Java
Research paper on Multi-Threading vs. Multi-Processing applies to Operating System & Application. The research analyzes the fundamental of multiprocess and multithreading programming. The report paper also explains the basics of how operating system functions, and OS Scheduler Algorithms. I also implement the Producer-Consumer Problem using Conditional Variables to explain. This is not a full program. The research paper can be used as a good fundamental for Multithreading Engineers or embedded System Engineers.
mjayadharan/MMMFE-ST-DD
Fluid flow simulator using MFEM and multiscale space-time sub-domains.
AGiannoutsos/web-server
A multi-threaded web server that handles questions about diseases over a distributed database
ak811/parallel-computation
Parallel Computation for Blockchain Transactions
ammahmoudi/Ants-Colony
Ants Coloney multi-processing app
heshan-basnayaka/AES128-Parallel-processing-Algorithm
a hybrid CPU-GPU combined multi-processing approach for optimized performance in AES128 algorithm. The encryption key is derived using the HKDF (HMAC-based Key Derivation Function) combined with the scrypt algorithm for added security.
KishoreKaushal/parallel-programming
Course repository for parallel programming. Includes the usage of concepts like multi-processing, threads, mutex, shared memory, locks, etc.
OmidSa75/CeleryAI
Using celery framework with AI models (Documentation)
Rad-hi/Python_multi_tasking
Examples on multi-processing and multi-threading in Python.
Awrsha/Bank-Transaction-Processing
This project implements a robust, multi-threaded transaction processing system for managing user accounts, complete with real-time analytics, error metrics, and Flask API integration. It leverages Mojo for high-performance concurrency and a SQLite backend for storage, making it ideal for both testing and deployment in controlled environments.
geeksloth/find-primes
Demonstration of multithreading and multiprocessing in basic prime number searching maner.
geeksloth/lifespan-multithreading
Simple Python multithreading examples
kkli08/CLI-Shell
A mini bash shell
levitation-opensource/zoo_to_gym_multiagent_adapter
Enables you to convert a PettingZoo environment to a Gym environment while supporting multiple agents (MARL). Gym's default setup doesn't easily support multi-agent environments, but this wrapper resolves that by running each agent in its own process and sharing the environment across those processes.
mehdisalim/42-MiniShell
A basic implementation of a shell, similar to a lightweight version of Bash. This project explores process management and file descriptors, offering hands-on experience with system-level programming concepts. Perfect for learning the inner workings of shell environments.
Mukhopadhyay/rest-process-spawner
Executing lengthy functions using python Rest API and processes.
noci0001/42_philosophers
Program involving multi-threading and multi-process programming, employing mutexes and semaphores
Robert-Zacchigna/MKVAudioSubsDefaulter
Simple multi-processing python cli to set the default audio and/or subtitles of a single matroska (.mkv) file or a library of files WITHOUT having to remux the file
VictorHarri-Chal/The-Plazza
🍕 A simulation based on a pizzeria coded in C++ using multi-processing, multi-threading and IPC (inter-process-communication). One of my last project of my 2nd year at Epitech
franciscofpereira/Event-Management-System
Multi-threaded program designed to efficiently manage events using a client-server, consumer-producer architecture. Project for Operating Systems class.
JeneralMotors/slyscan
Multi-Thread & Multi-Process Python Port Scanner
sandeep-kollipara/computer-vision-client
[Phase II: Consumer] This repository holds the code developed in partial fulfilment of online credit course "CS370 - OS" offered at Colorado State University Online for Spring 2024.
seblum/async_threading
This repository serves as a playground for combining python multi-threading, -processing, and async.
janwilmans/mp-barrier
A C++ wrapper for Posix barriers in shared memory
yehezkiel1086/secure-multi-threading-processing
Secure multi threading and multi processing python socket programming implementation