Multi-threading camera stream to improve video processing performance
-
Updated
Nov 7, 2022 - Python
Multi-threading camera stream to improve video processing performance
Implementation of the "Cancellation Token" pattern
General purpose library with utility code for C++17 projects, dealing with UTF-8 / UTF-16 / UTF-32 conversion, dependency injection, signals/slots, string/number conversion and threading.
Creating threads can be quite expensive. Typically each thread is going to do essentially the same thing so it’s good to keep reusing them. Threads are actually quite heavy and creating or destroying threads takes time away from what you’re trying to accomplish. Another benefit of thread pools is they keep the system from becoming overloaded. Th…
Buddy Management System In Operating Systems.
The Spider project is a fusion of two current interests: an Art Metal class, and building with a Raspberry Pi. The spider is animated with bright LED eyes, a flashing body, and short sound clips. The ultimate goal is for Spider to be a Halloween prop.
Efficient solver for two-dimensional mazes using threads
Java based Flappy Plane 2D game using Java Swing and MVC Architecture.
.Net Core producer-consumer with BlockingCollection<T>
Translates xml string file using multithreading to desired language via google translate api.
Mergesort using user-level threads in PISOX library
A multi-threaded program that simulates a story involving passengers boarding an airplane.
This Python code includes web scraping, MongoDB database interaction, and data analysis; it fetches news articles, analyzes word frequency, and gathers statistics.
A comprehensive collection of Java coding problems, algorithms, and concepts for technical interviews and placement exams. Covering data structures, OOP principles, design patterns, multi-threading, each problem includes well-structured solution preparing for Java-based roles.
A Madlibs-style game built in Java for the command line using sockets for client-server interaction. Originally developed at Occidental College from April-May 2019.
Provides a threading read/write mutex lock usable with context managers.
This project is a Python-based labyrinth GUI using Tkinter. The labyrinth is modeled as a graph, with rooms as vertices and paths as edges.
This project was done with a goal of understanding Java threads better by implementing matrix multiplication using Java threads in OOP sessional course of CSE, BUET.
Add a description, image, and links to the threading-synchronization topic page so that developers can more easily learn about it.
To associate your repository with the threading-synchronization topic, visit your repo's landing page and select "manage topics."