droid
droid copied to clipboard
Reduce Droid loading time
Hello,
I want to use Droid to sequentially identify single files under Windows in a batch process.
droid.bat -json -Nr "C:\A_File.txt"
Unfortunately every call takes like 5 seconds
Is there a way to speed this up or is there another approach? Can I preload or precompile something?
Unfortunately running Droid on a directory is not an option.
Thanks
I think you can pass multiple files into DROID like this droid.bat -json -Nr "C:\A_File1.txt" "C:\A_File2.txt" "C:\A_File3.txt" "C:\A_File4.txt" although I expect you will get a JSON array out, rather than a sequence of individual JSONs.