pnoll1 / osmand_map_creation

OSM data + open address data compiled for use in OSMAnd
GNU General Public License v3.0
79 stars 2 forks source link

pypy usage #19

Closed pnoll1 closed 3 years ago

pnoll1 commented 3 years ago

pypy gives a drop in way to speed up python code.

pnoll1 commented 3 years ago

It works fine with main code but all heavy lifting is done in other programs. Probably not worth it.

ogr2osm does most of its work with lxml or gdal but since it touches all the data it could be worthwhile. Unfortunately, GDAL is written with SWIG which means it's not compatible with pypy. Lxml probably works looking at pypy bug tracker.