Skip to content

chore: Simplify API of topk heap #18126

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: Simplify API of topk heap #18126

wants to merge 1 commit into from

Conversation

chaudum
Copy link
Contributor

@chaudum chaudum commented Jun 17, 2025

What this PR does / why we need it:

PopAll() should return the elements already in the expected order, rather than require to reverse the returned elements after each call.

@chaudum chaudum requested a review from a team as a code owner June 17, 2025 10:34
`PopAll()` should return the elements already in the expected order,
rather than require to reverse the returned elements after each call.

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
@chaudum chaudum force-pushed the chaudum/topk-popall branch from 427965c to b907a2e Compare June 17, 2025 10:41
Copy link
Contributor

@ashwanthgoli ashwanthgoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants