timely-util

Crates.iotimely-util
lib.rstimely-util
version0.1.1
sourcesrc
created_at2023-01-11 17:21:32.054232
updated_at2023-01-11 17:29:13.002531
descriptionUtility abstractions on top of Timely Dataflow
homepage
repositoryhttps://github.com/cdstanford/timely-util
max_upload_size
id756560
size48,934
Caleb Stanford (cdstanford)

documentation

README

timely-util

Utility abstractions on top of (the Rust implementation of) Timely Dataflow.

These utility abstractions are particularly useful for running experiments: that is, setting up a Timely computation (over multiple threads, processes, or EC2 instances), feeds it a bunch of input data, and then eventually collects the output and measures things like the latency and throughput of the process.

Most of these files were originally used to run experiments for the Flumina development.

Commit count: 7

cargo fmt