sharedstreets / sharedstreets-builder

Making maps connectable: stable, non-proprietary IDs and data standards for streets
MIT License
28 stars 12 forks source link

Generate Locale independent IDs #23

Open hbruch opened 5 years ago

hbruch commented 5 years ago

Format hashInput without Locale. Use StringBuilder instead of String concatenation to reduce GC load.

hbruch commented 5 years ago

Fixes #22