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

close #11330 sets uses optimized countSetBits #17334

Merged
merged 18 commits into from
Mar 21, 2021
Merged

Conversation

ringabout
Copy link
Member

@ringabout ringabout commented Mar 11, 2021

close #11330

followup

lib/system/sets.nim Outdated Show resolved Hide resolved
lib/system.nim Outdated Show resolved Hide resolved
@ringabout ringabout marked this pull request as draft March 11, 2021 13:10
@timotheecour timotheecour changed the title close #11330 close #11330 sets uses optimized countSetBits Mar 12, 2021
@ringabout ringabout marked this pull request as ready for review March 20, 2021 04:11
lib/pure/bitops.nim Outdated Show resolved Hide resolved
Copy link
Member

@timotheecour timotheecour left a comment

Choose a reason for hiding this comment

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

LGTM after addressing comments

@ringabout ringabout requested a review from Araq March 21, 2021 09:37
lib/pure/bitops.nim Outdated Show resolved Hide resolved
lib/system.nim Outdated Show resolved Hide resolved
lib/system/sets.nim Outdated Show resolved Hide resolved
lib/system/sets.nim Outdated Show resolved Hide resolved
lib/system.nim Outdated Show resolved Hide resolved
@Araq Araq merged commit c8dda86 into nim-lang:devel Mar 21, 2021
ardek66 pushed a commit to ardek66/Nim that referenced this pull request Mar 26, 2021
* Update lib/pure/bitops.nim
* Update lib/system/sets.nim
* Apply suggestions from code review

Co-authored-by: Andreas Rumpf <[email protected]>
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.

sets use non-optimized countBits32
4 participants