threading
Here are 263 public repositories matching this topic...
The Multi-Threaded A* Search Algorithm with OpenMP is a high-performance implementation of the A* search algorithm designed to efficiently explore and find the optimal path in a graph or grid-based environment. By Having threads tackle all of the different directions they can access, a quicker solution can be obtained when dealing with Large Graphs
-
Updated
Apr 17, 2024 - C++
-
Updated
Jun 29, 2018 - C++
Cross-platform library that generalizes functionality that requires platform-specific code, such as displaying message boxes, interrogating hardware capabilities, locating special folders and advanced task/resource coordination.
-
Updated
Jun 22, 2024 - C++
This repository contains all home and lab assignments for the CSE 314: Operating System Sessional course, part of our Term-2, Level-3 curriculum. It applies theories from CSE 313 to implement various OS parts..
-
Updated
Aug 15, 2024 - C++
A fun Windows C++ program which loads specific CPU cores to 100% so you can draw something in CPU core usage view in task manager.
-
Updated
May 11, 2025 - C++
2D dual player action game incorporating multithreading and concurrency methods like thread barriers, job queue. Created threadpool to maintain game jobs like rendering, player position updating, map updating, score updating etc.. The game consists of three levels each of them taking place in earth and space.
-
Updated
May 13, 2019 - C++
A program to send logs, read from file, to a specific IP address & port, implemented with sockets
-
Updated
Feb 1, 2018 - C++
This repository contains a multi-threaded implementation of ORB-SLAM's localization in ROS.
-
Updated
Jan 15, 2025 - C++
multi-threaded simple search engine that reads a set of files, counts occurrences of a specified character in each file, and provides statistics and a sorted list of files based on the character count.
-
Updated
Feb 19, 2024 - C++
Educative – Modern C++ Concurrency: Get the most out of any machine
-
Updated
Jul 28, 2023 - C++
Fork of oneTBB, Much Parallel Computing.
-
Updated
Sep 17, 2025 - C++
Improve this page
Add a description, image, and links to the threading topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the threading topic, visit your repo's landing page and select "manage topics."