Skip to content

Add ParallelSlice::par_array_windows#1293

Merged
cuviper merged 2 commits intorayon-rs:mainfrom
cuviper:array_windows
Apr 14, 2026
Merged

Add ParallelSlice::par_array_windows#1293
cuviper merged 2 commits intorayon-rs:mainfrom
cuviper:array_windows

Conversation

@cuviper
Copy link
Copy Markdown
Member

@cuviper cuviper commented Apr 14, 2026

This is just the array-windows part of #789, since array-chunks were removed from the standard library.

pub trait ParallelSlice<T: Sync> {
    fn par_array_windows<const N: usize>(&self) -> ArrayWindows<'_, T, N>;
}

@cuviper cuviper added this pull request to the merge queue Apr 14, 2026
Merged via the queue into rayon-rs:main with commit c9ae047 Apr 14, 2026
4 checks passed
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