Skip to content

Commit

Permalink
Add link to RSDS publication and BibTex citation example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol authored Aug 30, 2024
1 parent b3ead4d commit d2c07b2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
It serves mostly as an experiment for evaluating the performance gain of having a Dask server written in a language
without automatic memory management and for benchmarking different scheduling algorithms.

We have published an article about RSDS and the overheads of Dask titled [Runtime vs Scheduler: Analyzing Dask’s Overheads
](https://www.computer.org/csdl/proceedings-article/works/2020/104000a001/1q7jxiyDsFW). You can use the following BibTex record to cite it:

```bibtex
@article{rsds,
title = {Runtime vs {Scheduler}: {Analyzing} {Dask}'s {Overheads}},
copyright = {All rights reserved},
shorttitle = {Runtime vs {Scheduler}},
doi = {10.1109/WORKS51914.2020.00006},
journal = {2020 IEEE/ACM Workflows in Support of Large-Scale Science (WORKS)},
author = {Böhm, Stanislav and Beránek, Jakub},
author+an = {2=highlight},
month = {nov},
year = {2020},
keywords = {Computer Science - Distributed, Parallel, and Cluster Computing},
pages = {1--8},
}
```

**Note: RSDS is no longer being developed. Its spiritual successor is [HyperQueue](https://github.com/It4innovations/hyperqueue).**

## Disclaimer
Expand Down

0 comments on commit d2c07b2

Please sign in to comment.