Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inclusive splits on strings and slices #1120

Merged
merged 3 commits into from
Jan 27, 2024

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Jan 26, 2024

The standard library versions were stabilized in rust-lang/rust#77858.

  • Add ParallelString::par_split_inclusive
  • Add ParallelSlice::par_split_inclusive
  • Add ParallelSliceMut::par_split_inclusive_mut

@cuviper cuviper added this pull request to the merge queue Jan 27, 2024
Merged via the queue into rayon-rs:master with commit 2734f99 Jan 27, 2024
4 checks passed
@cuviper cuviper deleted the split_inclusive branch February 11, 2024 23:19
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.

1 participant