You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use ids that are valid across data updates.
Just use the osmId and add fast translation structures.
Mapping internal to osmId is easy (this is already done anyway).
osmId to internal is harder
We could either use minimum perfect hash functions or interpolation search.
The text was updated successfully, but these errors were encountered:
We should use ids that are valid across data updates.
Just use the osmId and add fast translation structures.
Mapping internal to osmId is easy (this is already done anyway).
osmId to internal is harder
We could either use minimum perfect hash functions or interpolation search.
The text was updated successfully, but these errors were encountered: