fork-join
Here are 7 public repositories matching this topic...
Speed up text streams processing by distributing input to a number of worker processes and merging their output back (fork-join computational model).
-
Updated
Jan 7, 2018 - C
This project involves implementing a dining philosophers problem, where philosophers (threads) compete for limited resources (forks) while avoiding deadlock and ensuring they can eat without conflicts.
-
Updated
Dec 11, 2023 - C
The programs I wrote for Advanced Operating System course.
-
Updated
Apr 21, 2023 - C
Custom Linux Shell based on the fork-join model. The main process spawns children processes that execute the given commands.
-
Updated
Mar 19, 2021 - C
Modular ASIC/FPGA miner written in C, featuring overclocking, monitoring, fan speed control and remote interface capabilities.
-
Updated
Jun 20, 2019 - C
Algorithms to calculate closest points in a plane in different languages
-
Updated
May 16, 2023 - C
Improve this page
Add a description, image, and links to the fork-join topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fork-join topic, visit your repo's landing page and select "manage topics."