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

Replace getkey with get #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LilithHafner
Copy link

This eliminates one dictionary lookup in the case where highway_type is a key in DEFAULT_XXX, and avoids the use of getkey, an obscure function that is less likely to be as well maintained or efficiently implemented as get.

@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (3920379) 80.10% compared to head (ad80a50) 80.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   80.10%   80.10%           
=======================================
  Files          15       15           
  Lines        1141     1141           
=======================================
  Hits          914      914           
  Misses        227      227           
Impacted Files Coverage Δ
src/parse.jl 88.88% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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