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.
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.