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

change iterator API #69

Open
rgerhards opened this issue Apr 11, 2016 · 1 comment
Open

change iterator API #69

rgerhards opened this issue Apr 11, 2016 · 1 comment
Assignees
Milestone

Comments

@rgerhards
Copy link
Member

currently, the full iterator structure is returned. this is inefficient if it is larges as a pointer. We can alternatively change it so that the caller always needs to pass in a pointer. However, this means implementation details will not properly be abstracted. In any case, we need to find a good way to handle this. Maybe the right one is to keep things like they are...

@rgerhards rgerhards self-assigned this Apr 11, 2016
@rgerhards rgerhards added this to the 1.0.0 milestone Apr 11, 2016
@davidelang
Copy link

davidelang commented Apr 12, 2016 via email

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

No branches or pull requests

2 participants