TimelyDataflow / timely-dataflow

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

Implement TimelyStack::shrink_to and shrink_to_fit #530

Closed antiguru closed 6 months ago

antiguru commented 1 year ago

Add shrink_to and shrink_to_fit functions to TimelyStack, similarly to what's exposed by Vec. The difference is that only the local portion can be re-allocated, but not the region.

antiguru commented 6 months ago

Not needed anymore.