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

[FEA] Add various new table operations #210

Closed
4 tasks done
sleeepyjack opened this issue Aug 11, 2022 · 2 comments
Closed
4 tasks done

[FEA] Add various new table operations #210

sleeepyjack opened this issue Aug 11, 2022 · 2 comments
Labels
type: feature request New feature request

Comments

@sleeepyjack
Copy link
Collaborator

sleeepyjack commented Aug 11, 2022

Part of #110 (Refactor of open address data structures)

Development branch: NVIDIA/cuCollections/refactor

TODOs

@PointKernel
Copy link
Member

PointKernel commented Sep 2, 2022

One reduce instead of two ballots to potentially improve contains: https://godbolt.org/z/qv6Ghv8M3

Not necessarily improve the performance, worth testing though

@PointKernel
Copy link
Member

is_absent and is_present turns out to be just contains + output iterator if needed.

Completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants