Skip to content

Reworked in-place bitwise operations#87

Merged
TonyTroeff merged 3 commits intomainfrom
troeff/reworked-inplace-bitwise-operations
Sep 8, 2023
Merged

Reworked in-place bitwise operations#87
TonyTroeff merged 3 commits intomainfrom
troeff/reworked-inplace-bitwise-operations

Conversation

@TonyTroeff
Copy link
Copy Markdown
Member

@TonyTroeff TonyTroeff commented Sep 8, 2023

Pull Request Description

The in-place bitwise operations now accept two constituents (no longer the current instance is assumed to be one of them).
The changes introduced by this PR are not backwards compatible, however, the new changes are still in alpha.

Motivation and Context

It appears that the existing implementation is rather limiting and can cause performance downgrades.

Checklist

  • I have tested these changes thoroughly.
  • I have added/updated relevant documentation.
  • My code follows the project's coding guidelines.
  • I have performed a self-review of my changes.
  • My changes are backwards compatible.

@TonyTroeff TonyTroeff added the enhancement A non-essential complement to a feature or a task label Sep 8, 2023
@TonyTroeff TonyTroeff self-assigned this Sep 8, 2023
Copy link
Copy Markdown
Member Author

@TonyTroeff TonyTroeff left a comment

Choose a reason for hiding this comment

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

I had no comments after self-reviewing my PR.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Sep 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

86.4% 86.4% Coverage
0.0% 0.0% Duplication

@TonyTroeff TonyTroeff merged commit e5d3f2c into main Sep 8, 2023
@TonyTroeff TonyTroeff deleted the troeff/reworked-inplace-bitwise-operations branch September 8, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement A non-essential complement to a feature or a task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant