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

Impr/add enums #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Impr/add enums #7

wants to merge 5 commits into from

Conversation

quamejnr
Copy link
Contributor

Description

This changes the use of raw strings to enums. With this users aware of
their algorithm options and can choose between them without having to
guess which ones have been implemented.

quamejnr added 5 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.
## Description
This MR makes use of go generics which provides a level of error
checking since we can now put constraints on our interfaces. Example, we
can limit our map keys to comparable values.
## Description
This changes the use of raw strings to enums. With this users aware of
their algorithm options and can choose between them without having to
guess which ones have been implemented.
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.

1 participant