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

Various BitPackedIntSoA improvements #677

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Jan 13, 2023

  • Add fastpath for single bit BitPackedIntSoA
  • More tests
  • Change parameter order to be more ergonomic

@codecov
Copy link

codecov bot commented Jan 13, 2023

Codecov Report

Merging #677 (c24fe10) into develop (b482f89) will decrease coverage by 0.00%.
The diff coverage is 97.82%.

❗ Current head c24fe10 differs from pull request most recent head 296f9e5. Consider uploading reports for the commit 296f9e5 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #677      +/-   ##
===========================================
- Coverage    98.76%   98.75%   -0.01%     
===========================================
  Files           74       74              
  Lines         6881     6923      +42     
===========================================
+ Hits          6796     6837      +41     
- Misses          85       86       +1     

@bernhardmgruber bernhardmgruber changed the title Add fastpath for single bit BitPackedIntSoA Various BitPackedIntSoA improvements Jan 13, 2023
* Test single bit BitPackedIntSoA
* Add fastpath for single bit BitPackedIntSoA
* Catch accidental loss of magnitude for signed integers
* Change BitPackedIntSoA template parameter order. SignBit is used more often, so it should not be the last parameter.
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