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] New storage class concept #206

Open
3 of 4 tasks
sleeepyjack opened this issue Aug 9, 2022 · 1 comment
Open
3 of 4 tasks

[FEA] New storage class concept #206

sleeepyjack opened this issue Aug 9, 2022 · 1 comment
Labels
type: feature request New feature request

Comments

@sleeepyjack
Copy link
Collaborator

sleeepyjack commented Aug 9, 2022

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

Development branch: NVIDIA/cuCollections/refactor

Synopsis

A conceptual list of <key,payload> elements that need not necessarily be contiguous in memory. For example, vector< pair<key,value> > or vector<key> and vector<value> (i.e., AoS vs SoA) could be valid implementations of storage.

TODOs

References

@sleeepyjack sleeepyjack added the type: feature request New feature request label Aug 9, 2022
@sleeepyjack sleeepyjack changed the title [FEA] [REFACTOR] New storage class concept [FEA] New storage class concept Aug 9, 2022
@PointKernel
Copy link
Member

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