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

Add benchmarks to gorder #5

Merged
merged 5 commits into from
Dec 13, 2024
Merged

Conversation

quamejnr
Copy link
Contributor

Description

This MR adds benchmarks to this package using golang's benchmarking tool, making it easier to compare and contrast the differences in speed. This replaces the benchmarks in measurements.go as it provides a cleaner output.

quamejnr added 2 commits July 25, 2024 22:25
## Description
This MR adds benchmarks to this package using golang's benchmarking
tool, making it easier to compare and contrast the differences in speed.
This replaces the benchmarks in measurements.go as it provides a cleaner
output.
Copy link
Owner

@amwolff amwolff left a comment

Choose a reason for hiding this comment

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

I must have missed this PR—I'm sorry! This is great. Thank you for adding these.

@amwolff
Copy link
Owner

amwolff commented Oct 29, 2024

As a sidenote, this package has been written long ago and pre-generics. If you want to play with it, it's an excellent candidate to be rewritten as a v2, generic code.

@quamejnr
Copy link
Contributor Author

That will actually be great. Went through your github and some of the things you've built, in terms of exploring making systems faster etc are things I'm very much interested in. So if you also need a helping hand with any project I'm very happy to assist. I know it will be a great learning curve for me.

quamejnr and others added 3 commits December 12, 2024 06:18
Co-authored-by: Artur M. Wolff <artur.m.wolff@gmail.com>
Co-authored-by: Artur M. Wolff <artur.m.wolff@gmail.com>
Co-authored-by: Artur M. Wolff <artur.m.wolff@gmail.com>
@amwolff amwolff merged commit 4c95505 into amwolff:master Dec 13, 2024
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