dcolli23 / ingreedyents

Optimizes the use of ingredients by ingredient UPC lookup
0 stars 0 forks source link

Parallelize the nutrition API requests #27

Open dcolli23 opened 4 years ago

dcolli23 commented 4 years ago

Description

I need to parallelize (whether that be multithread or multiprocess) the nutrition API requests since they're going to take longer than a few milliseconds to process. This will ensure there are no hangups with the UI.