Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/22a/consys
Repo for concurrent systems labs
https://github.com/22a/consys
Last synced: 27 days ago
JSON representation
Repo for concurrent systems labs
- Host: GitHub
- URL: https://github.com/22a/consys
- Owner: 22a
- Created: 2015-02-03T12:18:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T02:04:26.000Z (over 9 years ago)
- Last Synced: 2024-04-17T03:55:48.726Z (7 months ago)
- Language: C
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concurrent Systems Labs
### What the hell is this?
Some multi threaded programs written in C using posix threads. Threads aren't reliable. I have learned this. This repo merely holds all the sources for the labs with fan favourites such as [concurrent pi](https://github.com/22a/ConSys/tree/master/lab1) and [producer/consumer simulation](https://github.com/22a/ConSys/tree/master/lab2)!### Why is this on github?
* To save me time scp'ing to remote test servers with hella cores.
* Because I can.