boosts folder search using parallel processing
- Create a Folder Search Package (Done)
Steps
-
from main folder path, extract all subfolders recursively
-
from all subfolders extract only files
-
then you can check if file with a particular name exists or not and store that it in results
-
merge all those results and format the final output and return it
-
Everything which is happening is linux we can make it fast in python