oxiez / CK2-DB

Crusader Kings 2 Database Systems Project Spring 2019
MIT License
13 stars 1 forks source link

Improve load speed #18

Closed OwenDurkin closed 3 years ago

OwenDurkin commented 3 years ago

This PR speeds up load times by taking advantage of multiprocessing. In addition, some preprocessing (replacing curly braces {} with square brackets [] for lists) is done using python's regex library instead of in python itself, which saves a few seconds.