red-dwarf
red-dwarf copied to clipboard
Parallelization of Steps
Instead of waiting for all user profiles to load before converting locations to geocodes, use a producer/consumer pattern to feed locations into a buffer and process them per the API rate limiting.
This parallelization should significantly speed up total processing.