multi-processing

There are 47 repositories under multi-processing topic.

  • google-research/batch-ppo

    Efficient Batched Reinforcement Learning in TensorFlow

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

    Language:Forth857113
  • amphp/cluster

    Building multi-core network applications with PHP.

    Language:PHP616169
  • UnixJunkie/parany

    Parallelize _anything_ //

    Language:OCaml545678
  • soda480/mpcurses

    Mpcurses is an abstraction of the Python curses and multiprocessing libraries providing function execution and runtime visualization capabilities.

    Language:Python16121
  • Ziang-Lu/Multiprocessing-and-Multithreading

    Notes for multi-processing and multi-threading

    Language:Python16202
  • HzcIrving/IrvingHeRoboticsRepo

    RoboticsRepoForMyself

    Language:Jupyter Notebook7303
  • flavienbwk/gRPC-multiprocessing-streaming

    Python implementation of a multi-processed gRPC client/server with streaming capabilities.

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

    Language:Python520
  • Vectorial1024/laravel-process-async

    Utilize Laravel Processes to run PHP code asynchronously, as if using Laravel Concurrency.

    Language:PHP41131
  • Process_Sync_and_MultiThread_Optimization_using_Java

    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.

    Language:Java3004
  • mjayadharan/MMMFE-ST-DD

    Fluid flow simulator using MFEM and multiscale space-time sub-domains.

    Language:C++3241
  • AGiannoutsos/web-server

    A multi-threaded web server that handles questions about diseases over a distributed database

    Language:C2100
  • ak811/parallel-computation

    Parallel Computation for Blockchain Transactions

    Language:Java2100
  • ammahmoudi/Ants-Colony

    Ants Coloney multi-processing app

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

    Language:Python2100
  • KishoreKaushal/parallel-programming

    Course repository for parallel programming. Includes the usage of concepts like multi-processing, threads, mutex, shared memory, locks, etc.

    Language:C2200
  • OmidSa75/CeleryAI

    Using celery framework with AI models (Documentation)

    Language:Python2100
  • Rad-hi/Python_multi_tasking

    Examples on multi-processing and multi-threading in Python.

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

    Language:Python1
  • geeksloth/find-primes

    Demonstration of multithreading and multiprocessing in basic prime number searching maner.

    Language:Python1100
  • geeksloth/lifespan-multithreading

    Simple Python multithreading examples

    Language:Python1100
  • kkli08/CLI-Shell

    A mini bash shell

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

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

    Language:C1101
  • Mukhopadhyay/rest-process-spawner

    Executing lengthy functions using python Rest API and processes.

    Language:Python110
  • noci0001/42_philosophers

    Program involving multi-threading and multi-process programming, employing mutexes and semaphores

    Language:C1100
  • 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

    Language:Python1100
  • 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

    Language:C++1101
  • franciscofpereira/Event-Management-System

    Multi-threaded program designed to efficiently manage events using a client-server, consumer-producer architecture. Project for Operating Systems class.

    Language:C0100
  • JeneralMotors/slyscan

    Multi-Thread & Multi-Process Python Port Scanner

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

    Language:Python0100
  • seblum/async_threading

    This repository serves as a playground for combining python multi-threading, -processing, and async.

    Language:Python0100
  • janwilmans/mp-barrier

    A C++ wrapper for Posix barriers in shared memory

    Language:C++10
  • yehezkiel1086/secure-multi-threading-processing

    Secure multi threading and multi processing python socket programming implementation

    Language:Python10