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

Lookup data copied multiple times at initialization #165

Closed
ToddFincannon opened this issue Nov 19, 2021 · 0 comments · Fixed by #166 or #190
Closed

Lookup data copied multiple times at initialization #165

ToddFincannon opened this issue Nov 19, 2021 · 0 comments · Fixed by #166 or #190
Assignees
Labels
Milestone

Comments

@ToddFincannon
Copy link
Collaborator

In __new_lookup, when lookup data is copied from an external buffer into the lookup data buffer, a loop copies it multiple times. This is left over from previous code that copied the data element-by-element in a loop.

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