DinoTools / python-overpy

Python Wrapper to access the Overpass API
https://python-overpy.readthedocs.io/
MIT License
236 stars 58 forks source link

Use dicts instead of lists #10

Closed phibos closed 9 years ago

phibos commented 9 years ago

Using lists for the result nodes is very slow. This change uses dicts to improve access speed. Fixes #9

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-1.08%) to 98.92% when pulling 8f544f8d90c27aeeedb6016cc15a9ccf6916273e on use_dict into a89a750c9453ddcf5243eccb989fdc2adeda1617 on master.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-1.08%) to 98.92% when pulling 8f544f8d90c27aeeedb6016cc15a9ccf6916273e on use_dict into a89a750c9453ddcf5243eccb989fdc2adeda1617 on master.