Skip to content

Shows how to achieve real time performance with python using multiprocessing and threading.

Notifications You must be signed in to change notification settings

hselvaggi/realtime_performance_approaches

Repository files navigation

Quick start

The intention of the following source code is to just to show how the use of multiprocessing as well as threading can help achieve high performance on real time applications in python.

nonmultiprocessing.py

The first example does not use either multiprocessing nor threading

withmultiprocessing.py

Multiprocessing example

withmultiprocessingandthreading.py

Multiprocessing and multithreading:

advancedmultiprocessingandthreading.py

This example shows how the creation of higher level abstractions can simplify source code

About

Shows how to achieve real time performance with python using multiprocessing and threading.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages