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

Refactor key to use a slice #14

Open
frisitano opened this issue Feb 26, 2023 · 0 comments
Open

Refactor key to use a slice #14

frisitano opened this issue Feb 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@frisitano
Copy link
Owner

At the minute the Key struct takes a slice in the constructor and creates an array which it stores internally. It would be more efficient to modify the key to store the slice internally.

@frisitano frisitano added the enhancement New feature or request label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant