mapbox / osm-wayback

Scalable RocksDB index from OSM planet to lookup historic OSM objects.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Limit for loops #10

Closed jenningsanderson closed 7 years ago

jenningsanderson commented 7 years ago

Moved the ids back to strings from long ints; There is probably a lot more optimization to happen there, but most importantly, the for loops are kept to a minimum and there are fewer lookup errors in this current version.