Skip to content

In-place bitwise operations#84

Merged
TonyTroeff merged 5 commits intomainfrom
troeff/inplace-bitwise-operations
Sep 4, 2023
Merged

In-place bitwise operations#84
TonyTroeff merged 5 commits intomainfrom
troeff/inplace-bitwise-operations

Conversation

@TonyTroeff
Copy link
Copy Markdown
Member

@TonyTroeff TonyTroeff commented Sep 4, 2023

Pull Request Description

Implemented, documented and tested the new InPlaceAnd, InPlaceOr and InPlaceXor methods for the Bitmask class.

Motivation and Context

We need to execute bitwise operation in-place in order to save up unnecessarily allocated memory.

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 feature Something that should be implemented label Sep 4, 2023
@TonyTroeff TonyTroeff self-assigned this Sep 4, 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 4, 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 5f5eda6 into main Sep 4, 2023
@TonyTroeff TonyTroeff deleted the troeff/inplace-bitwise-operations branch September 4, 2023 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Something that should be implemented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant