GitHub topics: python-multiprocessing
asuiu/pyxtension
Pure Python extensions library that includes Scala-like streams, Json with attribute access syntax, and other common use stuff
Language: Python - Size: 334 KB - Last synced at: 14 days ago - Pushed at: 2 months ago - Stars: 46 - Forks: 1

asuiu/streamerate
Iterable Java8 style Streams for Python
Language: Python - Size: 486 KB - Last synced at: 2 days ago - Pushed at: 2 months ago - Stars: 8 - Forks: 3

nazmulnnb/processpy
A simple process or thread manager for python
Language: Python - Size: 5.86 KB - Last synced at: 26 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

karellen/geventmp
GeventMP - Gevent Multiprocessing Extension
Language: Python - Size: 110 KB - Last synced at: 27 days ago - Pushed at: 5 months ago - Stars: 19 - Forks: 2

mehmetgoren/ffmpeg_service
Feniks iNVR FFmpeg Service
Language: Python - Size: 271 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 4

AshleyT3/atbu-mp-pipeline
ATBU multiprocessing pipeline and global logging.
Language: Python - Size: 328 KB - Last synced at: 26 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mehmetgoren/snapshot_service
Feniks iNVR Snapshot Service
Language: Python - Size: 645 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 4

lexhouk/goit-pyweb-hw-03 📦
Модуль 3. Багатопоточність і процеси у Python
Language: Python - Size: 4.88 KB - Last synced at: 28 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

robertpeteuil/multi-cloud-control
Multi cloud control of VM Instances across AWS, Azure, GCP and AliCloud - unified instance management
Language: Python - Size: 187 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 35 - Forks: 10

tedliosu/parallel_quicksort_python_demo
Demonstration of implementation of a serial version of quicksort v.s. a parallel version of quicksort in Python 3.
Language: Python - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

emergent-analytics/workstreams
This repository publishes notebooks created as part of an analysis of the 2020 COVID-19 crisis onto the economy, performed by a team of data scientists from IBM and Rolls-Royce for Emergent Alliance.
Language: Jupyter Notebook - Size: 32.3 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 11 - Forks: 15

zeptofine/dataset-creator
Simply a creator for image datasets.
Language: Python - Size: 1.74 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

caganselim/thermal-camera-assisted-baby-monitor Fork of meakbiyik/thermal-camera-assisted-baby-monitor
Full source code for thermal camera assisted baby monitor senior project developed for VESTEL Electronics.
Language: C - Size: 17.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

uab-projects/map-reduce 📦
Big Data project for ATS subject, basic parallel implementation of map-reduce paradigm with a test to count words in text files
Language: Python - Size: 313 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

testdrivenio/parallel-concurrent-examples-python
examples of parallelism, concurrency, and asyncio in python
Language: Python - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 21 - Forks: 11

sevagh/Scriptorium
OCR reading assistant with opencv, Tesseract, kraken, DAWGs and a splay tree
Language: Python - Size: 153 KB - Last synced at: 39 minutes ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

laggui/pymultiprocessing-example
Python multiprocessing example with camera capture
Language: Python - Size: 254 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

DivyanshuSaxena/Distributed-GHS
Implementation for computing the Minimum Spanning Tree using GHS Algorithm in a distributed fashion
Language: Python - Size: 73.2 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

mehmetgoren/deepstack_service
Feniks iNVR DeepStack Service
Language: Python - Size: 74.2 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

mehmetgoren/cv2_read_service
A persistive OpenCV Stream Reader, suitable for IoT devices
Language: Python - Size: 125 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

python-supply/map-reduce-and-multiprocessing
Multiprocessing can be an effective way to speed up a time-consuming workflow via parallelization. This article illustrates how multiprocessing can be utilized in a concise way when implementing MapReduce-like workflows.
Language: Jupyter Notebook - Size: 166 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

eponari/Curve-Fitting-Using-Parallel-Programming
This project tries fitting a curve using regression. It derives formulas from the linear model and each thread fit the data using a different formula. The formula with the smallest error function is used as visualization.
Language: Python - Size: 109 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

nazaninsbr/Python-Multithreading-Multiprocessing
learning about multithreading and multiprocessing in Python
Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

MrRezoo/python-multi-threading
we learn multi-threading on python with code
Language: Python - Size: 124 KB - Last synced at: 22 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

SudipBishwakarma/Bulk-Remove-OneSignal-Users
Bulk remove OneSignal subscribed users blazingly faster with parallel processing.
Language: Python - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

jakubriegel/convolution_filter
Concurrent implementation of image convolution filter using Python's multiprocessing
Language: Python - Size: 127 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nforesperance/Python-Multiprocessing
Python template code for multiprocessing and parallel programming
Language: Python - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

joddiy/multiprocess
common multiprocess model for python
Language: Python - Size: 486 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
