https://github.com/saxocellphone/multilift
Concurrent elevator load management system
https://github.com/saxocellphone/multilift
concurrency golang parallel
Last synced: 11 months ago
JSON representation
Concurrent elevator load management system
- Host: GitHub
- URL: https://github.com/saxocellphone/multilift
- Owner: saxocellphone
- License: mit
- Created: 2020-08-28T17:14:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T20:32:16.000Z (over 5 years ago)
- Last Synced: 2025-02-09T21:13:13.509Z (about 1 year ago)
- Topics: concurrency, golang, parallel
- Language: Go
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multilift
An concurrent elevator system similar to the elevators of the NYC Marriot hotel.
Load balancing modeled after Rob Pike's "Concurrency is not Parallelism" example