Skip to content

Conversation

@akukanov
Copy link
Contributor

@akukanov akukanov commented Nov 3, 2025

As more parallel range algorithms have been added to the specification, it makes sense to reconsider the grouping, specifically for mutating algorithms, combining together those with similar semantics.

After the change, there will be the following groups of algorithms:

  • whole sequence operations: (all|any|none)_of, count[_if], for_each, copy, move, fill, swap_ranges
  • minimum and maximum: no changes
  • element search: no changes
  • sequence search and comparison: no changes
  • sequence transformation: transform, replace*
  • sequence reordering: shift*, rotate*, reverse*
  • sequence filtering: copy_if, remove*, unique*
  • sorting, merge, and heap: no changes
  • set operations: no changes
  • partition operations: no changes
  • uninitialized memory algorithms: no changes

The patch is completely editorial, as it only moves the declarations and does not introduce any API changes. It is probably best reviewed by individual commits.

Copy link
Contributor

@timmiesmith timmiesmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you.

Copy link
Contributor

@danhoeflinger danhoeflinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@akukanov akukanov merged commit 2c15c34 into uxlfoundation:main Nov 3, 2025
3 checks passed
@akukanov akukanov deleted the rearrange-range-algorithms branch November 3, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants