Skip to content

Files

Latest commit

Feb 25, 2024
6c8b8da · Feb 25, 2024

History

History

docs

README.md

Compspec Go

This is early documentation that will be converted eventually to something prettier. Read more about:

  • Design of compspec
  • Usage generic use cases
  • Rainbow use cases and examples for the rainbow scheduler

Thanks and Previous Art

  • I learned about kernel parsing from mfranczy/compat
  • The graph design is based on the (now archived) kraph, released under Apache-2