change iterator API
Open
@rgerhards is already working on this.
Since Apr 11, 2016.
- Dominant language
- C
- Stars
- 61
- Forks
- 35
- Avg merge
- 21m
- Merged PRs (30d)
- 2
Description
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...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.