Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaellaude authored Oct 29, 2023
1 parent f702b2e commit aaa7328
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# us-addrs

US Addrs is a rust package for parsing unstructured United States address strings into address components.
It is a rust implementation of the awesome [usaddress](https://github.com/datamade/usaddress/tree/master) library.
Thank you to the folks at [datamade](https://datamade.us/) for releasing such a cool tool.

US Addrs is currently *68% (~3x) faster* than usaddress, though additional optimizations should be possible. Accuracy stats TK.
The goal of this implementation is to faciliate use cases requiring better performance, such as geocoding large batches of addresses.

0 comments on commit aaa7328

Please sign in to comment.