drama 0.1.0

multitenant scheduler for the komora db project
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 9.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 312.34 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • spacejam

drama

Async executor for massively multitenant workloads.

Intended for use in the komora db project and highly multitenant cloud workloads.

priorities

  • building an actual scheduler
  • protecting low-latency workloads from high throughput tasks
  • prioritizing work that is likely to finish soon and release resources
    • writes > reads > accepts
  • IO queue depth awareness, only allowing spawns and accepts when queues are acceptable
  • elasticity - allowing individual tenants to consume unused resources when other tenants are idle
non-priorities
  • extremely simple interface
dedication

dedicated to the hundreds (if not thousands) of friendships destroyed by the drama surrounding async rust.