https://github.com/turing-complete/time
Scheduling policy
https://github.com/turing-complete/time
mapping multiprocessor scheduling simulation
Last synced: 5 months ago
JSON representation
Scheduling policy
- Host: GitHub
- URL: https://github.com/turing-complete/time
- Owner: turing-complete
- License: mit
- Created: 2015-10-26T17:04:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T08:29:57.000Z (over 8 years ago)
- Last Synced: 2024-06-20T16:42:02.136Z (about 2 years ago)
- Topics: mapping, multiprocessor, scheduling, simulation
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Time [![Build Status][travis-img]][travis-url]
The package provides algorithms for scheduling applications running on
multiprocessor platforms.
## [Documentation][doc]
## Contributing
1. Fork the project.
2. Implement your idea.
3. Open a pull request.
[travis-img]: https://travis-ci.org/turing-complete/time.svg
[travis-url]: https://travis-ci.org/turing-complete/time
[doc]: http://godoc.org/github.com/turing-complete/time