An open API service providing repository metadata for many open source software ecosystems.

Topic: "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: 7 months ago - Stars: 47 - Forks: 1

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: about 1 month ago - Pushed at: almost 5 years ago - Stars: 35 - Forks: 10

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: over 3 years ago - Stars: 21 - Forks: 11

karellen/geventmp

GeventMP - Gevent Multiprocessing Extension

Language: Python - Size: 97.7 KB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 20 - Forks: 3

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: about 2 years ago - Stars: 11 - Forks: 15

asuiu/streamerate

Iterable Java8 style Streams for Python

Language: Python - Size: 486 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 8 - Forks: 3

laggui/pymultiprocessing-example

Python multiprocessing example with camera capture

Language: Python - Size: 254 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

mehmetgoren/ffmpeg_service

Feniks iNVR FFmpeg Service

Language: Python - Size: 271 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 4

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: over 1 year ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

rezamobaraki/python-multi-threading

we learn multi-threading on python with code

Language: Python - Size: 128 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

nazmulnnb/processpy

A simple process or thread manager for python

Language: Python - Size: 5.86 KB - Last synced at: 21 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

sevagh/Scriptorium

OCR reading assistant with opencv, Tesseract, kraken, DAWGs and a splay tree

Language: Python - Size: 153 KB - Last synced at: about 1 month ago - Pushed at: almost 6 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: 7 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mehmetgoren/snapshot_service

Feniks iNVR Snapshot Service

Language: Python - Size: 645 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 4

zeptofine/dataset-creator

Simply a creator for image datasets.

Language: Python - Size: 1.74 MB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

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: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

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: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

nazaninsbr/Python-Multithreading-Multiprocessing

learning about multithreading and multiprocessing in Python

Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

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: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

AshleyT3/atbu-mp-pipeline

ATBU multiprocessing pipeline and global logging.

Language: Python - Size: 328 KB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ohorbatiuk/goit-pyweb-hw-03 📦

Модуль 3. Багатопоточність і процеси у Python

Language: Python - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jakubriegel/convolution_filter

Concurrent implementation of image convolution filter using Python's multiprocessing

Language: Python - Size: 127 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - 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: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mehmetgoren/cv2_read_service

A persistive OpenCV Stream Reader, suitable for IoT devices

Language: Python - Size: 125 KB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

mehmetgoren/deepstack_service

Feniks iNVR DeepStack Service

Language: Python - Size: 74.2 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - 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: over 3 years 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: 7 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Related Topics
python 13 multiprocessing 6 python-threading 5 python-multithreading 5 redis 4 message-broker 4 feniks 4 multithreading 4 map-reduce 3 python3 3 microservices-architecture 3 gevent 2 python-concurrency 2 streaming 2 python-streaming 2 docker 2 java-streams 2 image-processing 2 python-rq 2 mapreduce 2 python-iterables 2 python-itertools 2 python-mapreduce 2 face-recognition 1 object-detection 1 pytorch 1 event-driven 1 eventbus 1 ffmpeg 1 python-json 1 docker-client 1 deepstack 1 deep-neural-networks 1 computer-vision 1 python-logger 1 pandas 1 numpy 1 image-filtering 1 concurrency 1 thread-manager 1 python-thread-manager 1 python-subprocess 1 typer 1 pyside6 1 image-processing-python 1 distributed-systems 1 multithreading-python 1 multi-provider 1 multi-cloud 1 libcloud 1 google-cloud-platform 1 google-cloud-compute 1 gcp 1 cloud-management 1 cloud-computing 1 cli-utility 1 azure-vm 1 azure 1 aws-ec2 1 aws 1 alibabacloud 1 alibaba-cloud-cli 1 alibaba-cloud 1 tesseract 1 splay-tree 1 ocr-python 1 ocr 1 dictionary 1 dawg 1 dafsa 1 non-blocking-sockets 1 non-blocking-io 1 monkey-patching 1 watchdog 1 streaming-video 1 rtmp 1 recording 1 thermal-camera 1 mapreduce-python 1 parallel-python 1 python-articles 1 python-introduction 1 airbnb 1 coronavirus 1 coronavirus-analysis 1 covid 1 covid-19 1 covid19 1 economics 1 economics-models 1 geo 1 geospatial 1 jupyter-notebooks 1 gallager-humblet-spira 1 ghs-algorithm 1 minimum-spanning-tree 1 mst 1 python-asyncio 1 python-parallel-processing 1 python-parallelism 1