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

Implement Initial Median System Operator #62

Merged
merged 4 commits into from
Aug 13, 2024

Conversation

suyashkumar
Copy link
Contributor

First pass implementation of median operator. This can be further performance optimized by using other median calculation algorithms/libraries such as quickselect (or quickselect PICK) in the future if needed.

@suyashkumar suyashkumar marked this pull request as ready for review August 13, 2024 01:04
Copy link
Collaborator

@evan-gordon evan-gordon left a comment

Choose a reason for hiding this comment

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

Thanks for this Suyash!

Overall LGTM!

@copybara-service copybara-service bot merged commit 540a79c into google:main Aug 13, 2024
5 checks passed
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