cda-group / arcon

State-first Streaming Applications in Rust
https://cda-group.github.io/arcon/
Apache License 2.0
175 stars 17 forks source link

clean up arcon_state #243

Closed Max-Meldrum closed 3 years ago

Max-Meldrum commented 3 years ago

The code in faster/metered is currently not used.

Decide whether the code should be removed. Might be able to use things from metered in #242.

For FASTER, I personally would be in favour of removing it for two reasons (1) its threading model requires extra care (2) the faster-rs crate is experimental and not maintained.