midwire / free_zipcode_data

Free US and world-wide postal codes in SQLite and CSV format
MIT License
86 stars 24 forks source link

First cut of refactor #6

Closed midwire closed 6 years ago

midwire commented 6 years ago

Related Issue: #5 Description: First cut of refactor. I have not written specs yet but I tested it locally with allCountries and US. It is much faster, thanks to @firien’s PR #1 with the idea to use in-memory SQLite databases.

Here’s an overview of what I did:

Interested in comments or ideas for improving it.