Closed pnoll1 closed 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.
pypy gives a drop in way to speed up python code.