https://github.com/h0r4t1u/worker-threads-poc
C program that shows the time difference between an app using worker threads and a sequential app
https://github.com/h0r4t1u/worker-threads-poc
computer-science fmi os so threads ubb
Last synced: 9 months ago
JSON representation
C program that shows the time difference between an app using worker threads and a sequential app
- Host: GitHub
- URL: https://github.com/h0r4t1u/worker-threads-poc
- Owner: H0R4T1U
- Created: 2024-04-23T21:44:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T21:44:36.000Z (about 2 years ago)
- Last Synced: 2025-03-15T19:32:26.188Z (over 1 year ago)
- Topics: computer-science, fmi, os, so, threads, ubb
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Worker-Threads-POC
C program that shows the time difference between an app using worker threads and a sequential app