brady727 / Flower-Basket

Application to store and retrieve information about flowers. (This is the product of an undergraduate project)
0 stars 1 forks source link

Multi-Threading for searches #3

Open brady727 opened 6 years ago

brady727 commented 6 years ago

Implement a thread system in order to cut down on time it takes to search the flower database.

brady727 commented 6 years ago

Created parallel loops for the word search, will do the same with the image search at some point. Most likely when a better way to do image search is implemented.