Skip to content

Conversation

@frankmcsherry
Copy link
Member

This PR removes BatchContainer::{reserve, copy_slice}, which were unused. They could plausibly be re-introduced, but the majority of implementations were no-ops. The only non-trivial instance was Vec<T>'s implementation of copy_slice, but you could get the same extend_from_slice behavior from its copy_range implementation.

@frankmcsherry frankmcsherry merged commit 621340d into TimelyDataflow:master Dec 23, 2023
@frankmcsherry frankmcsherry deleted the batch_container_tidy branch December 23, 2023 15:50
This was referenced Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants