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

Use associative array rather than linear search to find airport fixes #141

Merged
merged 1 commit into from
Aug 20, 2015

Conversation

glangford
Copy link
Contributor

Fixing a performance issue - getFix() is doing a linear search and string compare to find fixes by name.

zlsa added a commit that referenced this pull request Aug 20, 2015
Use associative array rather than linear search to find airport fixes
@zlsa zlsa merged commit a916c90 into zlsa:gh-pages Aug 20, 2015
@glangford glangford deleted the getFix branch August 31, 2015 20:13
@glangford glangford mentioned this pull request Sep 8, 2015
erikquinn pushed a commit that referenced this pull request Dec 20, 2016
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.

None yet

2 participants