digitaldutch / BAG_parser

Turns Dutch addresses database (BAG or Basisregistratie Adressen en Gebouwen) into a user friendly SQLite database.
MIT License
23 stars 5 forks source link

Speed things up #14

Closed digitaldutch closed 11 months ago

digitaldutch commented 1 year ago

Speed things up by using multi threading of processes for unzipping and XML parsing. Running the parser now takes 35 minutes in a single thread.

digitaldutch commented 11 months ago

Fixed in V62