TimelyDataflow / differential-dataflow

An implementation of differential dataflow using timely dataflow on Rust.
MIT License
2.51k stars 182 forks source link

Remove `Arrange::arrange_core` #509

Closed antiguru closed 1 month ago

antiguru commented 1 month ago

The function is a thin wrapper around the freestanding arrange_corefunction, and doesn't add any additional value. It's not used within differential.