TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.25k stars 273 forks source link

Correct `flatcontainer.rs` glitch I introduced #558

Closed frankmcsherry closed 5 months ago

frankmcsherry commented 5 months ago

I didn't cargo test with the bincode feature, which meant I didn't actually test examples/flatcontainer.rs. It needed a light fix, and I changed it to avoid allocating any String unless a new hashmap key is needed.