You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query result ordering does not create additional goroutine (#221)
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.
0 commit comments