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

Find better way to implement #5 #21

Open
pelco opened this issue Jul 1, 2018 · 0 comments
Open

Find better way to implement #5 #21

pelco opened this issue Jul 1, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@pelco
Copy link
Owner

pelco commented Jul 1, 2018

Goal is to find a better way to implement features of #5 .
Currently we are adding each value to an array like this:
for i in {65..69}; do category[$i]="Gazelle"; done
for i in {70..79}; do category[$i]="Horse"; done

Find better solution to increase performance.

@pelco pelco added this to the v2018.4 milestone Jul 1, 2018
@pelco pelco added the enhancement New feature or request label Jul 1, 2018
@pelco pelco self-assigned this Jul 1, 2018
@pelco pelco removed this from the v2018.4 milestone Aug 15, 2018
@pelco pelco removed their assignment Aug 15, 2018
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