LightOSM.jl icon indicating copy to clipboard operation
LightOSM.jl copied to clipboard

Replace `getkey` with `get`

Open LilithHafner opened this issue 1 year ago • 1 comments

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.

LilithHafner avatar Apr 30 '23 17:04 LilithHafner