Skip to content

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