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

Do not create goroutines for query result ordering #221

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

gammazero
Copy link
Contributor

Previously, query ordering collected and sorted query results and then used a goprocess goroutine to send those results over a channel. This change eliminates the goroutine and uses a query Iiterator to directly return the sorted results.

Previously, query ordering collected and sorted query results and then used a goprocess goroutine to send those results over a channel. This change eliminates the goroutine and uses a query Iiterator to directly return the sorted results.
@gammazero gammazero changed the title query result ordering does not create additional goroutine Do not create goroutines for query result ordering Feb 19, 2025
@gammazero gammazero requested a review from hsanjuan February 19, 2025 07:49
@gammazero gammazero merged commit 8c287c4 into master Feb 19, 2025
8 checks passed
@gammazero gammazero deleted the faster-naive-order branch February 19, 2025 16:07
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