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

add non-channel query iterator method #53

Closed
wants to merge 1 commit into from

Conversation

whyrusleeping
Copy link
Member

Using channels as query iterators is quite inefficient. A naive implementation of the leveldb query results that avoids using a channel improves perf by close to 20%.

@whyrusleeping whyrusleeping added the status/in-progress In progress label Nov 14, 2016
@kevina
Copy link
Contributor

kevina commented Nov 14, 2016

This could work, but it might complicate composing of datastores such as the namespace datastore.

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

Successfully merging this pull request may close these issues.

2 participants