AKST / Australian-Address-Boundaries-Land-Property-Price-Database

This is a database of geographic boundaries, addresses as well as land and property data (mostly NSW).
MIT License
2 stars 0 forks source link

Add Multiprocessing to Property Description Parser #51

Closed AKST closed 1 week ago

AKST commented 2 weeks ago

Processing property descriptions is fairly CPU bound, due to the parsing of the property descriptions. It makes sense to split this work between multiple processes, similar to the ABS stuff. We could dramatically speed things up if we did that.

We should also use a similar telemetry to the property sales stuff.