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

Clean up LocalityGroupMetaData #60

Open
phrocker opened this issue May 12, 2020 · 0 comments
Open

Clean up LocalityGroupMetaData #60

phrocker opened this issue May 12, 2020 · 0 comments

Comments

@phrocker
Copy link
Owner

  1. Ensure all code is in cpp

  2. determine if copy assignment operator is necessary as a non-default

  3. Ensure that getIndexManager is const correct (i.e. does it need to be non-const)

  4. buildIndexArray remove new allocations if possible and use memcpy_fast as opposed to memcpy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant